מכחיש אקלים

מכחיש אקלים

מכחיש עבורך את משבר האקלים בקלות וביעילות

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "מכחיש אקלים",
  "version": "1.0",
  "description": "מכחיש עבורך את משבר האקלים בקלות וביעילות",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Hilitor_1.js",
        "content.js"
      ]
    }
  ],
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/favicon-16x16.png",
      "32": "images/favicon-32x32.png",
      "48": "images/android-icon-48x48.png",
      "120": "images/apple-icon-128x128.png"
    }
  },
  "icons": {
    "16": "images/favicon-16x16.png",
    "32": "images/favicon-32x32.png",
    "48": "images/android-icon-48x48.png",
    "120": "images/apple-icon-128x128.png"
  },
  "manifest_version": 2
}