{
  "name": "CARMA — Vehicle Intelligence OS",
  "short_name": "CARMA",
  "description": "India's first AI-native vehicle ownership app. Track expenses, log fuel, get AI insights.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#00BFA5",
  "orientation": "portrait",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["auto", "finance", "utilities"],
  "share_target": {
    "action": "/?share=1",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "shortcuts": [
    { "name": "Log fuel", "url": "/?action=fuel", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Ingest Inbox", "url": "/?action=inbox", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Ask CARMA", "url": "/?action=ai", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
