{
 "name": "Allsikt — Tech intelligence",
 "short_name": "Allsikt",
 "description": "Daily tech intelligence for engineering teams. AI reads 160+ sources and surfaces the 5 things to act on each day — mapped to your stack.",
 "start_url": "/?source=pwa",
 "display": "standalone",
 "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
 "background_color": "#0a0a0c",
 "theme_color": "#0a0a0c",
 "orientation": "any",
 "scope": "/",
 "icons": [
   {
     "src": "/static/icons/android-chrome-192x192.png",
     "sizes": "192x192",
     "type": "image/png",
     "purpose": "any"
   },
   {
     "src": "/static/icons/icon-512x512.png",
     "sizes": "512x512",
     "type": "image/png",
     "purpose": "any"
   },
   {
     "src": "/static/icons/icon-maskable-512x512.png",
     "sizes": "512x512",
     "type": "image/png",
     "purpose": "maskable"
   }
 ],
 "categories": ["news", "productivity", "developer"],
 "lang": "en",
 "dir": "ltr",
 "id": "allsikt-tech-intel",
 "prefer_related_applications": false,
 "related_applications": [],
 "handle_links": "auto",
 "launch_handler": {
   "client_mode": "focus-existing"
 },
 "shortcuts": [
   {
     "name": "Alerts",
     "short_name": "Alerts",
     "description": "Critical security and CVE alerts",
     "url": "/alerts?source=pwa-shortcut",
     "icons": [{ "src": "/static/icons/favicon-32x32.png", "sizes": "32x32" }]
   },
   {
     "name": "Intel Panel",
     "short_name": "Intel",
     "description": "Source quality + tag velocity dashboard",
     "url": "/intel?source=pwa-shortcut",
     "icons": [{ "src": "/static/icons/favicon-32x32.png", "sizes": "32x32" }]
   },
   {
     "name": "Weekly Recap",
     "short_name": "Recap",
     "description": "This week's editorial recap",
     "url": "/recap?source=pwa-shortcut",
     "icons": [{ "src": "/static/icons/favicon-32x32.png", "sizes": "32x32" }]
   }
 ],
 "share_target": {
   "action": "/?share-target",
   "method": "GET",
   "enctype": "application/x-www-form-urlencoded",
   "params": {
     "title": "title",
     "text": "text",
     "url": "url"
   }
 }
}
