{
  "name": "Secure Exam Writer",
  "short_name": "Exam Writer",
  "description": "Offline-first locked-down writing app for ChromeOS exam accommodations.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "fullscreen",
  "background_color": "#f7f7f2",
  "theme_color": "#f7f7f2",
  "orientation": "any",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "text/plain": [".txt"]
      }
    }
  ]
}
