{
  "name": "traction",
  "short_name": "traction",
  "description": "Your AI social-content engine. Drop an idea, a link, a win — the engine turns it into posts in your voice.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f0eee9",
  "theme_color": "#ec6a2c",
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "/apple-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "share_target": {
    "action": "/dashboard/ideas/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
