{
  "name": "CCTO — Cebu City Traffic Violation System",
  "short_name": "CCTO",
  "description": "Cebu City Transportation Office citation, payment, and contest platform.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0f3460",
  "icons": [
    { "src": "/pwa-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/pwa-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "New citation", "short_name": "New", "url": "/enforcer/new", "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }] },
    { "name": "Sync queue", "short_name": "Sync", "url": "/enforcer/sync", "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }] },
    { "name": "Verify plate", "short_name": "Verify", "url": "/check-plate", "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }] }
  ],
  "categories": ["government", "productivity", "utilities"]
}