{
  "name": "Eternal Vault — BooksToGifts",
  "short_name": "Eternal Vault",
  "description": "Your BooksToGifts secure file archive — safe, low-cost, and always yours.",
  "start_url": "/vault",
  "scope": "/vault",
  "display": "standalone",
  "background_color": "#0d0b1a",
  "theme_color": "#1a0a3c",
  "orientation": "portrait-primary",
  "categories": ["books", "productivity"],
  "share_target": {
    "action": "/vault/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "files",
          "accept": ["*/*"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icon-vault-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-vault-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-vault-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-vault-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
