{
  "id": "/",
  "name": "Model Satellite Town",
  "short_name": "MST",
  "description": "A premium, bilingual smart-city app experience for Model Satellite Town.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "lang": "bn",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "any",
  "theme_color": "#0F2A3F",
  "background_color": "#F9F6EE",
  "categories": ["business", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "assets/icons/pwa-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Open the Model Satellite Town home page",
      "url": "/",
      "icons": [{ "src": "assets/icons/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "Explore MST urban zones and projects",
      "url": "/zones.html",
      "icons": [{ "src": "assets/icons/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Investment",
      "short_name": "Invest",
      "description": "View MST investment opportunities",
      "url": "/investment.html",
      "icons": [{ "src": "assets/icons/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Contact the Model Satellite Town team",
      "url": "/contact.html",
      "icons": [{ "src": "assets/icons/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share-target.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "screenshots": [
    {
      "src": "assets/images/hero-poster.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Model Satellite Town homepage"
    },
    {
      "src": "assets/images/masterplan.jpg",
      "sizes": "1280x1024",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "MST masterplan preview"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
