{
  "name": "TerraOS",
  "short_name": "TerraOS",
  "description": "Digital land registry with cryptographic verification and spatial queries",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1d23",
  "theme_color": "#1a1d23",
  "orientation": "any",
  "categories": ["government", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Register Parcel",
      "short_name": "Register",
      "description": "Start a new parcel registration workflow",
      "url": "/parcels/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Map",
      "short_name": "Map",
      "description": "Open the live parcel map",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Economic Dashboard",
      "short_name": "Economic",
      "description": "Credit scores and territory intelligence",
      "url": "/economic",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
