Fair Price Tracker

Fair Price Tracker

We watch WayFair prices so you don't have to!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fair Price Tracker",
  "manifest_version": 3,
  "version": "0.1",
  "author": "Mike McElligott",
  "description": "We watch WayFair prices so you don't have to!",
  "action": {
    "default_icon": {
      "32": "icons/32.png",
      "64": "icons/64.png",
      "128": "icons/128.png"
    },
    "default_title": "Fair Price Tracker",
    "default_popup": "popup.html"
  },
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://hooks.slack.com/"
  ]
}