{
  "name": "curIosities — The Digital Cabinet of Curiosities",
  "short_name": "curIosities",
  "description": "Scan documents, photographs, and ephemera. Inscribe them on the BSV blockchain. Earn royalties every time historians, documentary makers, or AI systems access them.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0805",
  "theme_color": "#c8922a",
  "lang": "en-GB",
  "categories": ["utilities", "finance", "photography"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Scan a Document",
      "short_name": "Scan",
      "description": "Open the camera to scan and inscribe a new document",
      "url": "/scan",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "The Vault",
      "short_name": "Vault",
      "description": "Browse the archive of inscribed curiosities",
      "url": "/vault",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "My Vault",
      "short_name": "My Vault",
      "description": "View your own uploaded curiosities and earnings",
      "url": "/my-vault",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
