{
  "name": "TPS Priority — Trade Pro Services",
  "short_name": "TPS Priority",
  "description": "Your direct line to Trade Pro Services. Request electrical, plumbing, and HVAC service in one tap. Track equipment, service history, and reminders. Priority Member access for TPS clients.",
  "start_url": "./index.html?source=pwa",
  "id": "/priority/",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0B1F3F",
  "theme_color": "#0B1F3F",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["utilities", "lifestyle", "productivity", "business"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "splash-iphone-13.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "TPS Priority — sign in screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Call TPS Now",
      "short_name": "Call",
      "description": "Tap to call the 24/7 TPS service line",
      "url": "./index.html?action=call",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Request Service",
      "short_name": "Book",
      "description": "Book an electrical, plumbing, or HVAC visit",
      "url": "./index.html?action=request",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Service History",
      "short_name": "History",
      "description": "View past TPS visits at your property",
      "url": "./index.html?action=history",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "share_target": {
    "action": "./index.html?action=share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
