{
  "id": "/",
  "name": "Find My Cones",
  "short_name": "Find My Cones",
  "description": "Guaranteed to never lose another construction cone again!",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1976d2",
  "background_color": "#ffffff",
  "categories": ["navigation", "utilities", "maps"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "cone_192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "cone_192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "cone_512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot_mobile.png",
      "sizes": "649x1271",
      "type": "image/png",
      "label": "Track your inventory on the map",
      "platform": "narrow"
    }
  ]
}