CybrHome - Explore The Internet

CybrHome - Explore The Internet

Find similar websites in one-click. The best way to explore the internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CybrHome - Explore The Internet",
  "description": "Find similar websites in one-click. The best way to explore the internet.",
  "version": "0.0.11",
  "background": {
    "page": "popup.html",
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js https://www.google-analytics.com; object-src 'self'",
  "externally_connectable": {
    "matches": [
      "*://*.cybrhome.com/*"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icons/browser-action/ch19.png",
      "38": "images/icons/browser-action/ch38.png"
    },
    "default_title": "CybrHome",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/icons/ch16.png",
    "48": "images/icons/ch48.png",
    "128": "images/icons/ch128.png",
    "256": "images/icons/ch256.png"
  },
  "permissions": [
    "tabs",
    "topSites",
    "http://*/*",
    "https://*/*",
    "cookies"
  ]
}