{
  "name": "D'NestGlobal Property Management",
  "short_name": "D'NestGlobal",
  "description": "All-in-one property management platform for landlords and tenants. Manage listings, rent payments, maintenance, and property support in one place.",

  "id": "./",
  "start_url": "./index.html?source=pwa",
  "scope": "./",

  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],

  "edge_side_panel": {
    "preferred_width": 480
  },

  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en",

  "theme_color": "#3b82f6",
  "background_color": "#e0e0e0",

  "icons": [
    {
      "src": "icon/72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "icon/96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icon/128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icon/144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icon/152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "icon/192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon/384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "icon/512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],

  "screenshots": [
    {
      "src": "screenshots/pland.png",
      "sizes": "408x723",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Landingpage of D'NestGlobal mobile app"
    },
    {
      "src": "screenshots/plog.png",
      "sizes": "375x718",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Secure login screen for users"
    },
    {
      "src": "screenshots/homepage.png",
      "sizes": "1918x1021",
      "type": "image/png",
      "form_factor": "wide",
      "label": "D'NestGlobal dashboard homepage"
    }
  ],

  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open main dashboard",
      "url": "user-check.html",
      "icons": [
        {
          "src": "icon/96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Properties",
      "short_name": "Properties",
      "description": "View property listings",
      "url": "properties.html",
      "icons": [
        {
          "src": "icon/96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Login",
      "short_name": "Login",
      "description": "User login portal",
      "url": "login.html",
      "icons": [
        {
          "src": "icon/96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],

  "categories": [
    "business",
    "finance",
    "productivity",
    "real-estate"
  ],

  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://dnestglobal.com/manifest.json"
    }
  ],

  "prefer_related_applications": false,

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "protocol_handlers": [
    {
      "protocol": "web+dnest",
      "url": "open.html?data=%s"
    }
  ],

  "file_handlers": [
    {
      "action": "open-file.html",
      "accept": {
        "image/*": [".png", ".jpg", ".jpeg", ".gif", ".webp"],
        "application/pdf": [".pdf"]
      }
    }
  ],

  "share_target": {
    "action": "share-target.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}