{
  "name": "Rabbithole",
  "short_name": "Rabbithole",
  "description": "Know what's really in your products. Scan any household product and get an instant safety score.",
  "start_url": "https://rabbithole.pro/app",
  "scope": "https://rabbithole.pro/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#87A878",
  "background_color": "#F2F6F0",
  "id": "/app",
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "health",
    "lifestyle",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Scan Product",
      "url": "/app/scan",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Search",
      "url": "/app/search",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
