{
  "name": "Industree",
  "short_name": "Industree",
  "description": "Predict which emerging artists will succeed. Earn SEEDS by discovering winners before they blow up.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a2e1a",
  "theme_color": "#1a2e1a",
  "orientation": "portrait-primary",
  "categories": ["music", "entertainment", "social"],
  "icons": [
    {
      "src": "/icons/industree pwa icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/industree pwa icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/industree pwa icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/industree pwa icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Active Contest",
      "short_name": "Contest",
      "description": "View the current active contest",
      "url": "/contest",
      "icons": [
        {
          "src": "/icons/industree pwa icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Submit Artist",
      "short_name": "Submit",
      "description": "Submit an emerging artist",
      "url": "/submit",
      "icons": [
        {
          "src": "/icons/industree pwa icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
