Profitl - Amazon FBA Deal Analysis Tool

Profitl - Amazon FBA Deal Analysis Tool

Profitl determines the best FBA deals wherever you are - in-store or online - through two solutions for one monthly price.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Profitl - Amazon FBA Deal Analysis Tool",
  "description": "Profitl determines the best FBA deals wherever you are - in-store or online - through two solutions for one monthly price.",
  "version": "11.5.3",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "libs/jquery.min.js",
        "content.js"
      ],
      "css": [
        "widget-content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": "icon.png",
    "icons": {
      "16": "icons/profitl-16.png",
      "32": "icons/profitl-32.png",
      "48": "icons/profitl-48.png",
      "128": "icons/profitl-128.png"
    }
  },
  "icons": {
    "16": "icons/profitl-16.png",
    "32": "icons/profitl-32.png",
    "48": "icons/profitl-48.png",
    "128": "icons/profitl-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "notifications",
    "tabs",
    "scripting",
    "offscreen"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "iframe.html",
        "sidepopup-iframe.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "*://*.amazon.co.uk/*",
    "*://*.amazon.com/*",
    "*://*.amazon.ca/*",
    "*://*.amazon.in/*",
    "*://tesco.com/*",
    "*://global.direct.asda.com/*",
    "*://groceries.morrisons.com/*",
    "*://*.waitrose.com/*",
    "*://groceries.asda.com/*",
    "*://*.ocado.com/*",
    "*://*.bargainmax.co.uk/*",
    "*://*.whsmith.co.uk/*",
    "*://*.walmart.com/*",
    "*://*.scan.co.uk/*",
    "*://*.sainsburys.co.uk/*",
    "*://*.notino.co.uk/*",
    "*://*.argos.co.uk/*",
    "*://*.ebay.co.uk/*",
    "*://*.wickes.co.uk/*",
    "*://*.ikea.com/*",
    "*://*.wayfair.co.uk/*",
    "*://*.bmstores.co.uk/*",
    "*://*.homebargains.co.uk/*",
    "*://*.homebase.co.uk/*",
    "*://*.menkind.co.uk/*",
    "*://*.playmobil.co.uk/*",
    "*://*.toolstation.com/*",
    "*://*.smythstoys.com/*",
    "*://*.screwfix.com/*",
    "*://*.ocado.com/*",
    "*://*.popinabox.co.uk/*",
    "*://*.petplanet.co.uk/*",
    "*://*.boots.com/*",
    "*://*.fleurtations.uk.com/*",
    "*://*.sportsdirect.com/*",
    "*://*.nespresso.com/*",
    "*://*.currys.co.uk/*",
    "*://*.campingworld.com/*",
    "*://*.barnesandnoble.com/*",
    "*://*.gamenerdz.com/*",
    "*://*.macys.com/*",
    "*://*.theworks.co.uk/*",
    "*://*.academy.com/*",
    "*://*.game.co.uk/*",
    "*://*.target.com/*",
    "*://*.gamenerdz.com/*",
    "*://*.bestbuy.com/*",
    "*://*.smiggle.co.uk/*"
  ]
}