{
  "name": "Reroll",
  "short_name": "Reroll",
  "description": "Indonesia's board game catalog & marketplace",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#2563eb",
  "_share_target_note": "Share a WTS post from WhatsApp/Discord straight into the bulk importer. GET, not POST, so it needs no service-worker fetch handler — the shared text arrives as ?text=. Installed Chrome/Android only; iOS Safari does not implement share_target, where the paste box is the way in.",
  "share_target": {
    "action": "/sell/import",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
