LTK Product Link

LTK Product Link

Get products to share on LTK from supported retailer's websites at the click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "LTK Product Link",
  "short_name": "Product Link",
  "description": "Get products to share on LTK from supported retailer's websites at the click of a button.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "minimum_chrome_version": "88",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/content-script.js"
      ]
    }
  ],
  "action": {
    "default_title": "LTK Product Link",
    "default_icon": {
      "16": "icons/16.png",
      "24": "icons/24.png",
      "32": "icons/32.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "options.html"
      ],
      "matches": [
        "https://*.ltk.rip/*",
        "https://*.rewardstyle.com/*",
        "https://*.liketoknow.it/*",
        "https://*.qashopltk.com/*",
        "https://*.shopltk.com/*"
      ]
    }
  ],
  "options_page": "options.html",
  "version": "0.6.0"
}