{
  "name": "Phonetic Auth",
  "short_name": "Auth",
  "description": "Authentication, user management and permission handling for Phonetic apps.",
  "theme_color": "#40413f",
  "background_color": "#7cdbaf",
  "display": "standalone",
  "orientation": "any",
  "start_url": "/",
  "scope": "/",
  "scope_extensions": [
    { "type": "origin", "origin": "https://auth.phonetichq.co.uk"},
    { "type": "origin", "origin": "https://auth.staging.phonetichq.co.uk"}
  ],
  "lang": "en-GB",
  "dir": "auto",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "https://phonetic-ui.lon1.cdn.digitaloceanspaces.com/icon512_maskable.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "512x512",
      "src": "https://phonetic-ui.lon1.cdn.digitaloceanspaces.com/icon512_rounded.png",
      "type": "image/png"
    }
  ]
}