FIRST-HOLD

FIRST-HOLD

Hold, Book and Manage Events With Ease.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FIRST-HOLD",
  "author": "FIRST-HOLD Team",
  "version": "1.0.28",
  "description": "Hold, Book and Manage Events With Ease.",
  "icons": {
    "16": "logo_16.png",
    "48": "logo_48.png",
    "128": "logo_128.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "css": [
        "content/content.css"
      ],
      "js": [
        "config.js",
        "content/jquery-3.6.1.js",
        "content/contentscript.js",
        "content/contentscript_ms.js",
        "content/make_offer.js",
        "content/special_rate.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "config.js",
      "content/jquery-3.4.1.js",
      "background/background.js"
    ]
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "permissions": [
    "tabs",
    "activeTab"
  ]
}