EyeBrowse

EyeBrowse

EyeBrowse Free Net, be online without blocks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_lcl_extension_name__",
  "description": "__MSG_lcl_extension_desc__",
  "short_name": "__MSG_lcl_extension_short_name__",
  "version": "1.0.4",
  "default_locale": "en",
  "icons": {
    "48": "img/48.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "browser_action": {
    "default_title": "__MSG_lcl_extension_name__",
    "default_icon": "img/128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "proxy",
    "topSites",
    "*://*.google.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "new_tab.html"
  },
  "web_accessible_resources": [
    "img/*",
    "js/*",
    "css/*"
  ],
  "background": {
    "scripts": [
      "js/firebase-app.js",
      "js/firebase-database.js",
      "js/config.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://*.firebaseapp.com https://*.firebaseio.com https://*.appspot.com; object-src 'self'"
}