{
  "name": "FullScope Pro",
  "short_name": "FullScope",
  "description": "Construction bid and payment management PWA for construction professionals",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFFFFF",
  "theme_color": "#3b82f6",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "related_applications": [
    {
      "platform": "play",
      "id": "com.fullscopepro.app",
      "url": "https://play.google.com/store/apps/details?id=com.fullscopepro.app"
    },
    {
      "platform": "itunes",
      "id": "com.fullscopepro.app",
      "url": "https://apps.apple.com/app/fullscope-pro"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/",
      "description": "Go to your dashboard",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Jobs",
      "short_name": "Jobs",
      "url": "/jobs",
      "description": "View all jobs"
    },
    {
      "name": "Estimates",
      "short_name": "Estimates",
      "url": "/estimates",
      "description": "View estimates"
    }
  ],
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr"
}
