{
  "name": "9ThirtyOne",
  "short_name": "9ThirtyOne",
  "id": "./",
  "description": "Cadet and cadre feedback for AFROTC detachments. Each detachment keeps its data in its own Google Drive.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#f4f6f9",
  "theme_color": "#1c4f8b",
  "categories": ["education", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    { "src": "./icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Cadet feedback",
      "short_name": "Cadet",
      "description": "See open feedback requests",
      "url": "./index.html#/student",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Instructor Panel",
      "short_name": "Instructor",
      "description": "Create feedback and read responses",
      "url": "./index.html#/instructor",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
