Cloud Browser

Cloud Browser

Cloud-base Browser for Chromebook,Mac,Linux ! Display web pages with Java,Silverlight,ActiveX,Flash ! Runs Internet Explorer IE7-11)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "MaggNetz LTD",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "img/19.png",
      "32": "img/32.png",
      "48": "img/48.png",
      "64": "img/64.png",
      "256": "img/256.png"
    },
    "default_title": "Click here to start CloudBrowser"
  },
  "description": "Cloud-base Browser for Chromebook,Mac,Linux ! Display web pages with Java,Silverlight,ActiveX,Flash ! Runs Internet Explorer IE7-11)",
  "externally_connectable": {
    "matches": [
      "*://*.ieonchrome.com/*",
      "*://*.ieoncloud.com/*"
    ]
  },
  "icons": {
    "32": "img/32.png",
    "48": "img/48.png",
    "64": "img/64.png",
    "128": "img/128.png",
    "256": "img/256.png"
  },
  "manifest_version": 2,
  "name": "Cloud Browser",
  "permissions": [
    "webRequest",
    "https://*/*",
    "http://*/*",
    "tabs",
    "contextMenus",
    "storage",
    "webRequestBlocking"
  ],
  "version": "1.0.4"
}