HP Print for Chrome

HP Print for Chrome

Easy printing on your HP printers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "storage": {
    "managed_schema": "GoogleConsoleSchema.json"
  },
  "version": "1.0.1",
  "version_name": "1.0.1",
  "minimum_chrome_version": "80",
  "description": "__MSG_appDescription__",
  "offline_enabled": true,
  "default_locale": "en",
  "background": {
    "page": "index.html"
  },
  "homepage_url": "https://www.hp.com/",
  "permissions": [
    "cookies",
    "identity",
    "gcm",
    "printerProvider",
    "storage",
    "notifications",
    "printing",
    "https://*/ipp/*",
    "http://*/ipp/*",
    "https://www.google-analytics.com/*",
    "https://roam.api.hp.com/*"
  ],
  "icons": {
    "16": "assets/printer-16x16.png",
    "128": "assets/printer-128x128.png"
  },
  "options_page": "pfc.html",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com https://www.googletagmanager.com https://google-analytics.com; object-src 'self' 'unsafe-eval';"
}