{
  "name": "Subzeez",
  "short_name": "Subzeez",
  "description": "The clean way to track and organize your subscriptions.",
  "id": "/",
  "scope": "/",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#020617",
  "theme_color": "#6366f1",
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "use_cache": false
  },
  "prefer_related_applications": false,
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.subzeez.app",
      "id": "com.subzeez.app"
    }
  ],
  "shortcuts": [
    {
      "name": "Add subscription",
      "short_name": "Add",
      "url": "/subscriptions/new",
      "description": "Create a new subscription entry"
    },
    {
      "name": "View dashboard",
      "short_name": "Dashboard",
      "url": "/?source=shortcut",
      "description": "Open the overview of subscriptions"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile.png",
      "sizes": "1170x2377",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/desktop.png",
      "sizes": "2940x1758",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "iarc_rating_id": "eC9FJpSUe9qvG35zK3"
}
