{
  "name": "Credence — Forensic AI Verification",
  "short_name": "Credence",
  "description": "Because truth needs evidence.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080D1A",
  "theme_color": "#6366F1",
  "orientation": "portrait",
  "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"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["video/*", "image/*", "audio/*"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Verify a link",
      "url": "/?action=verify",
      "description": "Paste a social media link to verify"
    },
    {
      "name": "Pricing",
      "url": "/pricing",
      "description": "View credit packages"
    }
  ]
}
