Probook

Probook

Probook automatically suggests the most efficient times and technician assignments for HVAC jobs, cutting driving time and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Probook",
  "version": "0.5.53",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "src/assets/prod-icons/icon16.png",
    "32": "src/assets/prod-icons/icon32.png",
    "48": "src/assets/prod-icons/icon48.png",
    "128": "src/assets/prod-icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/apps/admin/index.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://go.servicetitan.com/*"
      ],
      "resources": [
        "assets/inter-cyrillic-ext-400-normal-9508ee6d.woff2",
        "assets/inter-cyrillic-ext-400-normal-91fac07b.woff",
        "assets/inter-cyrillic-400-normal-b75a5bf9.woff2",
        "assets/inter-cyrillic-400-normal-cfcdf014.woff",
        "assets/inter-greek-ext-400-normal-6888cfd9.woff2",
        "assets/inter-greek-ext-400-normal-a5fd4754.woff",
        "assets/inter-greek-400-normal-4d906204.woff2",
        "assets/inter-greek-400-normal-752eec51.woff",
        "assets/inter-vietnamese-400-normal-9fd231a7.woff2",
        "assets/inter-vietnamese-400-normal-5b57714a.woff",
        "assets/inter-latin-ext-400-normal-56d25f40.woff2",
        "assets/inter-latin-ext-400-normal-5578c98f.woff",
        "assets/inter-latin-400-normal-2301bb03.woff2",
        "assets/inter-latin-400-normal-86efb4c9.woff",
        "assets/inter-cyrillic-ext-500-normal-d112def6.woff2",
        "assets/inter-cyrillic-ext-500-normal-dc719cf3.woff",
        "assets/inter-cyrillic-500-normal-a5f1a582.woff2",
        "assets/inter-cyrillic-500-normal-12d526c5.woff",
        "assets/inter-greek-ext-500-normal-fa332db3.woff2",
        "assets/inter-greek-ext-500-normal-6ab8add7.woff",
        "assets/inter-greek-500-normal-acabd0e4.woff2",
        "assets/inter-greek-500-normal-28657d33.woff",
        "assets/inter-vietnamese-500-normal-7cfb35e7.woff2",
        "assets/inter-vietnamese-500-normal-fd02fe45.woff",
        "assets/inter-latin-ext-500-normal-7e15a0f1.woff2",
        "assets/inter-latin-ext-500-normal-837633a5.woff",
        "assets/inter-latin-500-normal-eebf14ab.woff2",
        "assets/inter-latin-500-normal-1637831b.woff",
        "assets/root-provider-91a3b9ee.js",
        "assets/luxon-42601166.js",
        "assets/api-provider-50b55ad1.js",
        "assets/root-f2b7098d.js",
        "assets/global-b558e846.js",
        "assets/multi-date-calendar-c1a8eed6.js",
        "assets/DateCalendar-a824ef48.js",
        "assets/main.tsx-bba09990.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "js": [
        "assets/main.tsx-loader-c0cb0321.js"
      ],
      "matches": [
        "https://go.servicetitan.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "assets/root-provider-2528eaac.css"
      ]
    }
  ],
  "action": {
    "default_popup": "src/apps/widget/index.html"
  },
  "host_permissions": [
    "https://go.servicetitan.com/*",
    "https://backend.probookdispatch.com/*"
  ],
  "permissions": [
    "scripting",
    "storage"
  ]
}