{
  "name": "iMind",
  "short_name": "iMind",
  "description": "Tell us what you want. We'll find everyone else who wants it too.",
  "start_url": "./home",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FAF8F3",
  "theme_color": "#FAF8F3",
  "categories": ["productivity", "social", "shopping"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "./assets/img/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "./assets/img/favicon-32.png",
      "type": "image/png",
      "sizes": "32x32",
      "purpose": "any"
    },
    {
      "src": "./assets/img/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    },
    {
      "src": "./assets/img/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Share an intent",
      "short_name": "New intent",
      "url": "./create",
      "icons": [{ "src": "./assets/img/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Explore demand",
      "short_name": "Explore",
      "url": "./explore",
      "icons": [{ "src": "./assets/img/favicon.svg", "sizes": "any" }]
    }
  ]
}
