{
  "name": "temp.tw — ephemeral media share",
  "short_name": "temp.tw",
  "description": "Self-destructing notes and file shares. No accounts, no tracking.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#07070d",
  "theme_color": "#a855f7",
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
