{
  "name": "Space Impact",
  "short_name": "Space Impact",
  "description": "Space Impact - Progressive Web App",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2196F3",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "images/android/android-launchericon-192-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/android/android-launchericon-512-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "images/android/android-launchericon-192-192.png",
      "sizes": "1280x720",
      "type": "image/png"
    },
    {
      "src": "images/android/android-launchericon-512-512.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dashboard",
      "url": "/index.html?page=dashboard",
      "icons": [{ "src": "images/android/android-launchericon-192-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View your profile",
      "url": "/index.html?page=profile",
      "icons": [{ "src": "images/android/android-launchericon-192-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=cloud.locci.space-impact",
      "id": "cloud.locci.space-impact"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/myapp/id123456789"
    }
  ],
  "prefer_related_applications": false,
  "categories": ["productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
}
