{
  "name": "Shopify",
  "short_name": "Shopify",
  "description": "Progressive Web App to test Web Push and local system notifications on Desktop, Android, and iOS 16.4+ standalone.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#09090b",
  "icons": [
    {
      "src": "./icon.jpg",
      "sizes": "192x192 512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "./icon.jpg",
      "sizes": "192x192 512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "utilities",
    "developer tools"
  ]
}