{
  "name": "Everblue Statements",
  "short_name": "Statements",
  "description": "Digital witness statement collection and management system for UK police forces",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/static/images/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/images/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "New Statement",
      "short_name": "New",
      "description": "Create a new witness statement",
      "url": "/statements/add",
      "icons": [
        {
          "src": "/static/images/icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Statements List",
      "short_name": "List",
      "description": "View all statements",
      "url": "/statements",
      "icons": [
        {
          "src": "/static/images/icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/statements/add",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
