EveryonePrint HCP Extension

EveryonePrint HCP Extension

EveryonePrint Hybrid Cloud Platform printing for Chrome and Chromebooks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EveryonePrint HCP Extension",
  "version": "3.43.0",
  "version_name": "3.43.0",
  "default_locale": "en",
  "description": "EveryonePrint Hybrid Cloud Platform printing for Chrome and Chromebooks",
  "storage": {
    "managed_schema": "remoteSettingsSchema.json"
  },
  "permissions": [
    "notifications",
    "storage",
    "identity",
    "identity.email",
    "printerProvider"
  ],
  "host_permissions": [
    "https://*/api/v1/*",
    "https://*/api/*",
    "http://*/api/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "incognito": "not_allowed",
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/launcher16.png",
      "32": "img/launcher32.png",
      "48": "img/launcher48.png",
      "128": "img/launcher128.png"
    }
  },
  "icons": {
    "16": "img/launcher16.png",
    "32": "img/launcher32.png",
    "48": "img/launcher48.png",
    "128": "img/launcher128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88"
}