{
  "name": "NoSmoke PFP Fire Safety Platform",
  "short_name": "NoSmoke PFP",
  "description": "Fire protection management platform for field operations",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#E8841A",
  "orientation": "any",
  "scope": "/",
  "dir": "ltr",
  "lang": "en",
  "display_override": ["window-controls-overlay", "standalone", "fullscreen"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "icons": [
    {
      "src": "/favicon-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "description": "View assigned tasks",
      "url": "/field-tech?tab=tasks",
      "icons": [
        {
          "src": "/icons/task-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View projects",
      "url": "/project-manager?tab=projects",
      "icons": [
        {
          "src": "/icons/project-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+nosmoke",
      "url": "/handle?protocol=%s"
    }
  ],
  "iarc_rating_id": "",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
