Print Google Doc with Comments

Print Google Doc with Comments

Print Google Doc with Comments

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Muthukumaran Navaneethakrishnan(https://github.com/muthuishere)",
  "background": {
    "scripts": [
      "scripts/global.js"
    ]
  },
  "description": "Print Google Doc with Comments",
  "icons": {
    "48": "images/google-doc-print-48.png",
    "64": "images/google-doc-print-64.png",
    "128": "images/google-doc-print-128.png"
  },
  "page_action": {
    "default_icon": "images/google-doc-print-19.png",
    "default_title": "Print Google Doc with Comments"
  },
  "manifest_version": 2,
  "name": "Print Google Doc with Comments",
  "options_page": "faq/index.html",
  "permissions": [
    "tabs",
    "declarativeContent",
    "notifications",
    "https://*/*"
  ],
  "short_name": "google-doc-print",
  "version": "1.2.0",
  "web_accessible_resources": [
    "images/*.png",
    "images/*.svg",
    "faq/images/*.png",
    "donate.html"
  ]
}