{
  "name": "Gemmr",
  "short_name": "Gemmr",
  "description": "AI pre-grading for trading cards. Know the grade before you send it.",
  "id": "/?source=pwa-v2",
  "start_url": "/vault?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#F4EFE3",
  "theme_color": "#1A1813",
  "categories": ["productivity", "utilities", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Vault",
      "short_name": "Vault",
      "description": "Open your collection",
      "url": "/vault?source=pwa-shortcut",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Scan",
      "short_name": "Scan",
      "description": "Start a new card scan",
      "url": "/scan?source=pwa-shortcut",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Recent Scans",
      "short_name": "Scans",
      "description": "View your recent scan history",
      "url": "/dashboard?source=pwa-shortcut",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
