{
  "name": "ChainOfNews",
  "short_name": "CoN",
  "description": "AI & Tech News Aggregator",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#1c1b1f",
  "background_color": "#1c1b1f",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/admin/quick-share",
    "method": "GET",
    "params": {
      "url": "url",
      "title": "title",
      "text": "text"
    }
  }
}
