Picture Printer

Picture Printer

An extension to format pictures when printing them via Google Cloud.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "name": "Picture Printer",
  "description": "An extension to format pictures when printing them via Google Cloud.",
  "version": "0.7.0",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "js/jquery.js"
    ]
  },
  "permissions": [
    "storage"
  ]
}