PrintMe Mobile

PrintMe Mobile

Print from Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PrintMe Mobile",
  "version": "1.0.2",
  "description": "Print from Chrome",
  "options_page": "options.html",
  "icons": {
    "128": "images/logo.gif"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/parseuri.js",
      "js/ipp.js",
      "js/jsbn.js",
      "js/prng4.js",
      "js/rng.js",
      "js/rsa.js",
      "js/aes.js",
      "js/lib-typedarrays.js",
      "js/crypt.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://apis.google.com/; object-src 'self'",
  "browser_action": {
    "default_icon": "images/logo.gif",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "notifications"
  ]
}