Call Snippy's

Call Snippy's

Adds a button to easily call Snippy's from item description pages on Delcampe and eBay.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "short_name": "Snippy's",
  "version": "2.0",
  "offline_enabled": false,
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "homepage_url": "https://www.snippys.net/kb?ExtensionChrome",
  "author": "Snippy's",
  "permissions": [
    "declarativeContent",
    "activeTab"
  ],
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "background": {
    "service_worker": "callsnippy.js"
  },
  "action": {
    "default_icon": {
      "16": "logoGrey16.png",
      "32": "logoGrey32.png",
      "48": "logoGrey48.png",
      "128": "logoGrey128.png"
    },
    "default_title": "__MSG_extensionName__"
  }
}