{
  "name": "GriGsi Check",
  "short_name": "GriGsi Check",
  "description": "Paste a message or link. Stop. Check. Then act.",
  "start_url": "/check/?from=share",
  "scope": "/check/",
  "display": "standalone",
  "background_color": "#eef1f8",
  "theme_color": "#1a1a24",
  "icons": [
    {
      "src": "/brand/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/check/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
