SuperGreenLab Firefox

Examine source code of SuperGreenLab

Inspect and view changes in SuperGreenLab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SuperGreenLab",
  "version": "0.0.2",
  "icons": {
    "16": "assets/icons/favicon-16.png",
    "32": "assets/icons/favicon-32.png",
    "48": "assets/icons/favicon-48.png",
    "128": "assets/icons/favicon-128.png"
  },
  "description": "SuperGreenLab browser extension!",
  "homepage_url": "https://www.supergreenlab.com",
  "short_name": "SuperGreenLab",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "author": "vitaminwater",
  "applications": {
    "gecko": {
      "id": "browser-extension@supergreenlab.com"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icons/favicon-16.png",
      "32": "assets/icons/favicon-32.png",
      "48": "assets/icons/favicon-48.png",
      "128": "assets/icons/favicon-128.png"
    },
    "default_title": "SuperGreenLab",
    "browser_style": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "js/background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/contentScript.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "assets/icons/*.png"
  ]
}

Melhores alternativas SuperGreenLab

Aqui estão algumas Firefox add-ons que são similares a SuperGreenLab: