{
  "name": "Hang Time",
  "short_name": "Hang Time",
  "description": "Stop texting. Start hanging.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#08080F",
  "theme_color": "#F2845E",
  "orientation": "portrait",
  "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" }
  ],
  "share_target": {
    "action": "/?share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text"
    }
  }
}
