{
  "name": "Local Content Router",
  "short_name": "Router",
  "description": "Route your brain dump to the right app — entirely on your device using Gemma 4",
  "start_url": ".",
  "scope": ".",
  "id": "local-content-router",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5f5f7",
  "theme_color": "#6366f1",
  "categories": ["productivity", "utilities", "medical"],
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": ".",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
