{
  "id": "com.fsmlive.app",
  "name": "FSMLive | Run every job. Skip the growth tax.",
  "short_name": "FSMLive",
  "description": "Flat-rate field service management with scheduling, dispatch, client portal, and AI. No per-tech fees. Built for electrical, HVAC, plumbing, and more.",
  "start_url": "/dashboard",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#EF5A1E",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/brand/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/brand/favicon.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/brand/favicon.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/brand/favicon.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/brand/favicon.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/brand/favicon.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/brand/favicon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/brand/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/brand/favicon.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/brand/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Technician Dashboard"
    },
    {
      "src": "/screenshots/job-details.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Job Details View"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.fsmlive.fieldtech",
      "id": "com.fsmlive.fieldtech"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/fsmlive/id0000000000"
    }
  ],
  "shortcuts": [
    {
      "name": "My Jobs",
      "short_name": "Jobs",
      "description": "View your assigned jobs",
      "url": "/technician/jobs",
      "icons": [{ "src": "/icons/jobs-shortcut.png", "sizes": "96x96" }]
    },
    {
      "name": "Today's Schedule",
      "short_name": "Schedule",
      "description": "View today's schedule",
      "url": "/technician/schedule",
      "icons": [{ "src": "/icons/schedule-shortcut.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/technician/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+fsmlive",
      "url": "/handle-protocol?url=%s"
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
