{
  "name": "InspectorData Camera",
  "short_name": "InspectorData",
  "id": "/mobile-camera/",
  "description": "Capture inspection photos on-site, sync when back online",
  "start_url": "/mobile-camera/",
  "display": "fullscreen",
  "orientation": "any",
  "background_color": "#003040",
  "theme_color": "#008BC0",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Take Photo",
      "short_name": "Capture",
      "description": "Open camera to capture inspection photo",
      "url": "/mobile-camera/?action=capture",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Review Photos",
      "short_name": "Review",
      "description": "Review captured photos",
      "url": "/mobile-camera/?action=review",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    }
  ],
  "share_target": {
    "action": "/mobile-camera/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "images",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "screenshots": [
    {
      "src": "screenshots/phone-camera.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Capture inspection photos with your phone camera"
    },
    {
      "src": "screenshots/phone-settings.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Configure report settings and sync options"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "display_override": ["fullscreen", "standalone"]
}
