{
  "name": "Dipstick — Garage Log",
  "short_name": "Dipstick",
  "description": "Vehicle maintenance, repair records and reminders. No account, no server — it all lives on your device.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#0b0d10",
  "theme_color": "#0b0d10",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Log a service", "url": "index.html?action=service", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Add a vehicle", "url": "index.html?action=add", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }
  ]
}
