{
  "name": "SpatGrab",
  "short_name": "SpatGrab",
  "description": "Send a link, screenshot, or file between your phone and computer. No cable. No email. No AirDrop.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#050B14",
  "theme_color": "#050B14",
  "categories": ["utilities", "productivity"],
  "share_target": {
    "action": "/mobile",
    "method": "GET",
    "params": {
      "url": "url",
      "title": "title",
      "text": "text"
    }
  },
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
