{
  "name": "SurveyHub",
  "short_name": "SurveyHub",
  "description": "Heritage notice management for Aboriginal Corporations",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#D12228",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/accounts/img/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/accounts/img/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Notices",
      "short_name": "Notices",
      "description": "View your heritage notices",
      "url": "/heritage/proponent/",
      "icons": [
        {
          "src": "/static/accounts/img/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Start Notice",
      "short_name": "New",
      "description": "Start a new heritage notice",
      "url": "/heritage/proponent/create/",
      "icons": [
        {
          "src": "/static/accounts/img/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": ["business", "productivity"],
  "scope": "/",
  "lang": "en-AU"
}
