{
  "name": "SAPD Citizen Complaint Form",
  "short_name": "Complaint",
  "description": "San Angelo Police Department Citizen Complaint Form web app.",
  "start_url": "./Citizen%20Complaint%20Form%20PWA.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#eef3f8",
  "theme_color": "#0b4f93",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./apple-touch-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}