ezeep Blue

ezeep Blue

Extension to print from your Chromebook or Chrome browser with your ezeep Blue account

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ezeep Blue",
  "version": "2.0.72",
  "default_locale": "en",
  "description": "Extension to print from your Chromebook or Chrome browser with your ezeep Blue account",
  "icons": {
    "16": "images/icons/[email protected]",
    "48": "images/icons/[email protected]",
    "128": "images/icons/[email protected]"
  },
  "browser_action": {
    "default_icon": "images/icons/[email protected]",
    "default_popup": "html/options.html"
  },
  "options_page": "html/options.html",
  "permissions": [
    "identity",
    "printerProvider",
    "storage",
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "js/lib/jquery.js",
      "js/background.js"
    ],
    "persisten": false
  },
  "web_accessible_resources": [
    "js/lib/*",
    "data/*.json"
  ]
}