WeDeex

WeDeex

Analyse Internet Usage Carbon Footprint

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WeDeex",
  "description": "Analyse Internet Usage Carbon Footprint",
  "author": "UCAYA",
  "version": "0.1.7",
  "icons": {
    "48": "./icons/wedeex-48.png"
  },
  "permissions": [
    "notifications",
    "webRequest",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_popup": "index.html",
    "default_icon": {
      "48": "./icons/wedeex-48.png"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.gstatic.com/firebasejs/8.4.1/firebase-app.js https://www.gstatic.com/firebasejs/8.4.1/firebase-messaging.js https://ssl.google-analytics.com; object-src 'self'"
}