Breeze: Website Management Tool

Breeze: Website Management Tool

All-in-one tools for website migration project, operating website and SEO tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Breeze: Website Management Tool",
  "description": "All-in-one tools for website migration project, operating website and SEO tools.",
  "version": "2.1.6",
  "manifest_version": 3,
  "author": "Scube",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "fix.css"
      ],
      "js": [
        "content-script.js",
        "scripts/jquery-3.6.0.min.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs",
    "browsingData",
    "cookies",
    "declarativeNetRequest",
    "downloads"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    },
    "default_title": "Breeze: Website Migration & Operation Tools"
  },
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/close.png",
        "images/down-arrow.png",
        "images/icon_16.png",
        "annotate/css/pagestyles.css",
        "annotate/css/dialog.css",
        "annotate/libs/gapi.js",
        "annotate/libs/jquery.js",
        "annotate/js/dialog.js",
        "pages/viewlayout.html",
        "scripts/layout.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' ;object-src 'self' ; worker-src 'self';"
  }
}