{
  "name": "PYS — pink sky social",
  "short_name": "PYS",
  "description": "Post, share, and DM in realtime under a pink-sky vibe.",
  "id": "/",
  "start_url": "/feed?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#6cb8ff",
  "theme_color": "#06b6d4",
  "lang": "en",
  "dir": "ltr",
  "categories": ["social", "lifestyle", "music"],
  "icons": [
    {
      "src": "/icons/icon-192.png?v=cyan3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=cyan3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png?v=cyan3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "url": "/feed",
      "icons": [{ "src": "/icons/icon-192.png?v=cyan3", "sizes": "192x192" }]
    },
    {
      "name": "Messages",
      "short_name": "DMs",
      "url": "/messages",
      "icons": [{ "src": "/icons/icon-192.png?v=cyan3", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
