Chew Print

Chew Print

Adds a print button to the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Chew Print",
  "description": "Adds a print button to the browser.",
  "version": "1.0",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Chew Print",
    "default_icon": "32.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}