{
  "name": "DNA / Engine",
  "short_name": "DNA Engine",
  "description": "Content-addressed file deduplication & recovery. Upload a file, receive a Recovery Key, rebuild it anywhere.",
  "start_url": "/upload?src=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#0a0a0c",
  "background_color": "#0a0a0c",
  "categories": ["productivity", "utilities"],
  "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" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Encode a file",
      "short_name": "Encode",
      "description": "Upload a file and receive a DNA recovery key.",
      "url": "/upload?src=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Recover a file",
      "short_name": "Recover",
      "description": "Scan or paste a recovery key to rebuild a file.",
      "url": "/recover?src=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Folder sync",
      "short_name": "Sync",
      "description": "Watch a folder and auto-encode every new or changed file.",
      "url": "/account/sync?src=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
