{
  "name": "Small Model, Big Application",
  "short_name": "SmallModel",
  "description": "Local, in-browser action-item extraction. No API key, no server call at inference time.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#111318",
  "theme_color": "#111318",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ]
}
