Howl

Howl

Welcome to the Howl Extension for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Howl",
  "manifest_version": 3,
  "description": "Welcome to the Howl Extension for Chrome",
  "version": "1.2.2",
  "minimum_chrome_version": "88",
  "action": {
    "default_title": "Howl",
    "default_popup": "./index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://api.bam-x.site/*",
    "https://api.bam-x.com/*",
    "https://staging-api.bam-x.com/*",
    "https://staging-api.planethowl.com/*",
    "https://api.planethowl.com/*",
    "https://app.planethowl.com/*",
    "https://howl-web-staging.vercel.app/*"
  ],
  "icons": {
    "128": "./icon.png"
  }
}