{
  "name": "JTP Joinery Management System",
  "short_name": "JTP Hub",
  "description": "Complete job management system for JTP Joinery",
  "start_url": "/",
  "display": "standalone",
  "permissions": ["notifications", "push"],
  "orientation": "any",
  "theme_color": "#007bff",
  "background_color": "#ffffff",
  "scope": "/",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View all jobs and statistics",
      "url": "/?view=dashboard",
      "icons": [
        {
          "src": "icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Job Board",
      "short_name": "Board",
      "description": "Kanban job board view",
      "url": "/?view=board",
      "icons": [
        {
          "src": "icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Add Job",
      "short_name": "New Job",
      "description": "Create a new job",
      "url": "/?action=add-job",
      "icons": [
        {
          "src": "icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+jtp",
      "url": "/?handler=%s"
    }
  ],
  "gcm_sender_id": "338966107196"
}