{
  "name": "OCP Delivery App",
  "short_name": "OCP Delivery",
  "description": "OCP Supply delivery management for drivers and dispatch",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F2F2F7",
  "theme_color": "#8B1518",
  "_comment_orientation": "Deliberately unlocked. portrait-primary forced the installed app to portrait, which fought the tablet layouts (two-column stop list, wide map) that only make sense in landscape. Phones will still be held in portrait by habit.",
  "orientation": "any",
  "_comment_icons": "The mark sits at 70% of the canvas on a bone field for the 'any' icons. The maskable pair is a SEPARATE export at 60%, because Android and some PWA surfaces crop hard to a circle: tagging the 70% asset as maskable (which it was) meant the boom and the wheels were being sliced off.",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
