Entelo

Entelo

The Entelo Chrome Extension helps you bring Entelo with you, wherever you source!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Entelo",
  "description": "The Entelo Chrome Extension helps you bring Entelo with you, wherever you source!",
  "version": "3.0.23",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "homepage_url": "https://www.entelo.com/search/extension",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon16.png"
  },
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "storage",
    "*://*.entelo.com/*"
  ],
  "optional_permissions": [
    "tabs",
    "contentSettings",
    "http://*/",
    "https://*/"
  ],
  "web_accessible_resources": [
    "images/*",
    "css/*",
    "fonts/*"
  ],
  "commands": {
    "reload": {
      "suggested_key": {
        "default": "Ctrl+E",
        "mac": "Command+E"
      },
      "description": "Reload Extension"
    }
  }
}