{
  "name": "One Tap Witness",
  "short_name": "Witness",
  "description": "One tap starts recording. PIN-protected. Uploaded to your cloud instantly.",
  "start_url": "/app/?utm_source=homescreen",
  "scope": "/app/",
  "display": "fullscreen",
  "orientation": "portrait",
  "theme_color": "#e8000d",
  "background_color": "#080808",
  "categories": ["utilities", "security", "social"],
  "shortcuts": [
    {
      "name": "Record Now",
      "short_name": "RECORD",
      "description": "Start recording instantly",
      "url": "/app/?action=record",
      "icons": [
        {
          "src": "/icons/shortcut-record.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "🤫",
      "short_name": "🤫",
      "description": "Silent mode",
      "url": "/app/?mode=incognito",
      "icons": [
        {
          "src": "/icons/shortcut-incognito.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Lost Phone Finder",
      "short_name": "FINDER",
      "description": "I found this phone — contact the owner",
      "url": "/app/?mode=finder",
      "icons": [
        {
          "src": "/icons/shortcut-finder.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/record-screen.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "One tap starts recording instantly"
    }
  ]
}
