Quotempole

Quotempole

Easily add quotes to your own quote collection at qtmp.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Quotempole",
  "version": "2.0.1",
  "description": "Easily add quotes to your own quote collection at qtmp.com",
  "icons": {
    "16": "images/qtmp-icon-16.png",
    "48": "images/qtmp-icon-48.png",
    "128": "images/qtmp-icon-128.png"
  },
  "action": {
    "default_icon": "images/qtmp-icon-16.png",
    "default_popup": "qtmp-add-quote.html",
    "default_title": "Add a quote to Quotempole"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://qtmp.com/"
  ],
  "externally_connectable": {
    "matches": [
      "https://qtmp.com/"
    ]
  }
}