{
  "id": "pivotal-fsm",
  "name": "Pivotal Field Service Manager",
  "short_name": "Pivotal",
  "description": "Professional field service management software for scheduling, dispatching, work orders, invoicing, and team coordination.",
  "version": "1.5.5",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#002f42",
  "theme_color": "#002f42",
  "dir": "ltr",
  "lang": "en-US",
  "categories": ["business", "productivity", "utilities"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "type": "classic"
  },
  "screenshots": [
    {
      "src": "/screenshots/dashboard-mobile.png",
      "sizes": "562x864",
      "type": "image/png",
      "label": "Dashboard overview with key metrics and recent activity",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/work_order-mobile.png",
      "sizes": "558x866",
      "type": "image/png",
      "label": "Work order management with status tracking and details",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/equipment-mobile.png",
      "sizes": "562x868",
      "type": "image/png",
      "label": "Equipment tracking and service history",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/inventory_settings-mobile.png",
      "sizes": "557x866",
      "type": "image/png",
      "label": "Inventory and settings management",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/menu-mobile.png",
      "sizes": "560x870",
      "type": "image/png",
      "label": "Navigation menu with all app features",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dashboard overview",
      "url": "/dashboard?source=pwa_shortcut_dashboard",
      "icons": [
        {
          "src": "/icons/shortcuts/dashboard-96x96.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Work Orders",
      "short_name": "Work Orders",
      "description": "Manage work orders",
      "url": "/work-orders?source=pwa_shortcut_workorders",
      "icons": [
        {
          "src": "/icons/shortcuts/work-orders-96x96.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Equipment",
      "short_name": "Equipment",
      "description": "View and manage equipment",
      "url": "/equipment?source=pwa_shortcut_equipment",
      "icons": [
        {
          "src": "/icons/shortcuts/equipment-96x96.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "description": "View and manage customers",
      "url": "/customers?source=pwa_shortcut_customers",
      "icons": [
        {
          "src": "/icons/shortcuts/customers-96x96.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Contacts",
      "short_name": "Contacts",
      "description": "View and manage contacts",
      "url": "/contacts?source=pwa_shortcut_contacts",
      "icons": [
        {
          "src": "/icons/shortcuts/contacts-96x96.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Time Clock",
      "short_name": "Time Clock",
      "description": "Clock in/out and track time",
      "url": "/time-clock?source=pwa_shortcut_timeclock",
      "icons": [
        {
          "src": "/icons/shortcuts/time-clock-96x96.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share?source=pwa_share_target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photos",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+pivotal",
      "url": "/protocol?url=%s"
    }
  ],
  "prefer_related_applications": false,
  "privacy_policy": "/privacy-policy",
  "terms_of_service": "/terms-of-service",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "file_handlers": [
    {
      "action": "/upload",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "application/pdf": [".pdf"]
      }
    }
  ],
  "capture_links": "existing_client_navigate"
}
