GreenIT-Analysis

GreenIT-Analysis

GreenIT-Analysis

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "GreenIT-Analysis",
  "manifest_version": 3,
  "name": "GreenIT-Analysis",
  "version": "3.1.3",
  "homepage_url": "https://github.com/didierfred/GreenIT-Analysis",
  "icons": {
    "48": "icons/logo-48.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "browsingData",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "devtools_page": "GreenIT-Analysis.html",
  "action": {
    "default_icon": "icons/logo-48.png",
    "default_title": "GreenIT-Analysis",
    "default_popup": "menu.html"
  },
  "default_locale": "en"
}