{
  "name": "Session Social",
  "short_name": "Session Social",
  "description": "Turn one Session link into scroll-stopping posts for every social platform.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0a4fd6",
  "categories": ["productivity", "social", "business"],
  "lang": "en-US",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/app/create",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "url": "url", "text": "text", "title": "title" }
  },
  "shortcuts": [
    {
      "name": "New post",
      "short_name": "Create",
      "description": "Paste a Session link and create posts",
      "url": "/app/create",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
