HITs Assistant

HITs Assistant

Get notifications for HitApps in UHRS.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "storage",
    "notifications",
    "alarms",
    "tabs"
  ],
  "host_permissions": [
    "https://hits-assistant.com/",
    "https://prod.uhrs.playmsn.com/",
    "https://www.uhrs.ai/"
  ],
  "background": {
    "service_worker": "background.75072a2e.js"
  },
  "name": "HITs Assistant",
  "version": "5.0.4",
  "manifest_version": 3,
  "description": "Get notifications for HitApps in UHRS.",
  "icons": {
    "128": "icon.c07e3fac.png"
  },
  "options_ui": {
    "page": "pages.669cc4af.html",
    "open_in_tab": true
  },
  "action": {},
  "author": "Ghulam Hassan"
}