{
  "name": "INTERLOCK Construction Management",
  "short_name": "INTERLOCK",
  "description": "AI-powered construction project management platform with real-time collaboration and analytics",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09172F",
  "theme_color": "#09172F",
  "orientation": "any",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/brand/interlock/icons/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/brand/interlock/icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/brand/interlock/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/interlock/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/interlock/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Dashboard Overview"
    },
    {
      "src": "/screenshots/project-view.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Project Management"
    },
    {
      "src": "/screenshots/mobile-view.png",
      "sizes": "375x812",
      "type": "image/png",
      "label": "Mobile Field View"
    }
  ],
  "shortcuts": [
    {
      "name": "New Safety Report",
      "short_name": "Safety Report",
      "description": "Create a new safety report",
      "url": "/safety/new?source=pwa",
      "icons": [
        {
          "src": "/icons/safety-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Take Photo",
      "short_name": "Photo",
      "description": "Capture site photo",
      "url": "/photo/capture?source=pwa",
      "icons": [
        {
          "src": "/icons/camera-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Track Location",
      "short_name": "Location",
      "description": "Start location tracking",
      "url": "/location/track?source=pwa",
      "icons": [
        {
          "src": "/icons/location-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "features": [
    "offline",
    "push",
    "sync",
    "share"
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "image/*",
            "video/*",
            "application/pdf"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+interlock",
      "url": "/handle?url=%s"
    }
  ],
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
