MangoExtension

MangoExtension

Parental controls add-on provides safe access to sites. This parental control extension allows you to protect your kids from…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MangoExtension",
  "version": "1.0.1",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "mango proxy setup",
    "default_icon": "mango-needmoretime_16x16.jpeg"
  },
  "permissions": [
    "proxy"
  ],
  "icons": {
    "16": "mango-needmoretime_16x16.jpeg",
    "32": "mango-needmoretime_32x32.jpeg",
    "128": "mango-needmoretime_150x150.png"
  }
}