{
  "name": "Dubai Property Snagging",
  "short_name": "DPS",
  "description": "Log petrol, car washes, oil changes and repairs, see your daily float, and get your checks and reminders on your lock screen.",
  "start_url": "/mobile.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0e5d74",
  "categories": ["productivity", "business"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Log petrol", "url": "/mobile.html?log=fuel", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Log a wash", "url": "/mobile.html?log=wash", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
