{
  "name": "Quillvein",
  "short_name": "Quillvein",
  "description": "A writer's workspace for drafting, worldbuilding and publishing.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F4F4F0",
  "theme_color": "#F4F4F0",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Car mode",
      "short_name": "Car mode",
      "description": "Start the hands-free companion and begin listening.",
      "url": "/hey",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mobile companion",
      "short_name": "Companion",
      "description": "Open the voice-first idea companion.",
      "url": "/mobile",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
