{
  "name": "Fluxion Drive - Storage Liberation",
  "short_name": "Fluxion Drive",
  "description": "End the Storage Wars - Extract magic moments from bloated videos and reclaim your storage space for just £7.99/year",
  "theme_color": "#00D9FF",
  "background_color": "#030712",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities", "photo"],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "video",
          "accept": ["video/*"]
        }
      ]
    }
  },
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Time Circuit Display"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Live Capture Mode"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Capture",
      "short_name": "Capture",
      "description": "Start recording with live capture mode",
      "url": "/?mode=live",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Time Travel",
      "short_name": "Extract",
      "description": "Extract moments from existing videos",
      "url": "/?mode=time-travel",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}



