{
  "name": "SOR FastTrack v25.3.2",
  "short_name": "SOR FastTrack",
  "description": "SOR FastTrack v25.3.2 with hardened Stripe Checkout/webhook billing sync, private invoice history, Customer Portal self-service, verified Standard/Pro accounts, Dataset entitlements, AI quotas, Scoping Tools and offline field workflows.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f2f6fc",
  "theme_color": "#075b65",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "./share-target.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photos",
          "accept": [
            "image/*",
            "image/heic",
            "image/heif"
          ]
        }
      ]
    }
  }
}
