Oltbox

Oltbox

Easy access to online tools. Select your favorite online tools and create your personal toolbox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Oltbox",
  "description": "Easy access to online tools. Select your favorite online tools and create your personal toolbox",
  "version": "0.4",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://oltbox.codenozee.com/"
  ]
}