{
  "id": "/home",
  "name": "AlfaDAO",
  "short_name": "AlfaDAO",
  "description": "Research and Investment DAO - Wallet Tracker & Alerts",
  "start_url": "/home",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "background_color": "#101010",
  "theme_color": "#101010",
  "orientation": "any",
  "lang": "en-US",
  "icons": [
    {
      "src": "/img/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/img/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/img/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/pwa-icon-192.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/pwa-icon-192.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/pwa-icon-512.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "scope": "/",
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "Tracker",
      "short_name": "Tracker",
      "url": "/tracker",
      "icons": [
        {
          "src": "/img/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Deals",
      "short_name": "Deals",
      "url": "/deals",
      "icons": [
        {
          "src": "/img/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Portfolio",
      "short_name": "Portfolio",
      "url": "/portfolio",
      "icons": [
        {
          "src": "/img/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
