{
  "name": "PWA Install Starter",
  "short_name": "PWA Starter",
  "description": "Progressive Web Application starter powered by @khmyznikov/pwa-install",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "categories": [
    "utilities",
    "productivity"
  ],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "App home screen"
    },
    {
      "src": "/screenshots/screenshot-wide.png",
      "sizes": "1334x750",
      "type": "image/png",
      "form_factor": "wide",
      "label": "App desktop view"
    }
  ],
  "prefer_related_applications": false
}