ThinPrint Cloud Extension

ThinPrint Cloud Extension

Extension to print from your chrome book by using your Ezeep-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": "ThinPrint Cloud Extension",
  "version": "1.0.11",
  "default_locale": "en",
  "description": "Extension to print from your chrome book by using your Ezeep-Account",
  "icons": {
    "128": "images/icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "html/options.html"
  },
  "options_page": "html/options.html",
  "permissions": [
    "printerProvider",
    "storage",
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "js/lib/jquery.js",
      "js/background.js"
    ]
  }
}