{
  "name": "RILLA Shield",
  "short_name": "RILLA",
  "description": "AI fraud detection for Australian businesses.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#facc15",
  "icons": [
    { "src": "/rilla-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/rilla-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    { "name": "Verify link / email", "short_name": "Verify", "url": "/inspect", "description": "Verify a suspicious link, email or phone number." },
    { "name": "New scan", "short_name": "Scan", "url": "/scans/new", "description": "Scan an invoice or supplier message." }
  ]
}
