Browse more

Browse more

Introduces you to new Websites everytime you click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Browse more",
  "description": "Introduces you to new Websites everytime you click!",
  "version": "0.5.3.5",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Browse more? Click me!",
    "default_icon": "icon.png"
  },
  "permissions": [
    "background",
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}