ProductLocker - AI Powered Amazon FBA Tool

ProductLocker - AI Powered Amazon FBA Tool

Transform Your Amazon FBA Arbitrage Product Research Process with AI-Powered Real-time Data!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ProductLocker - AI Powered Amazon FBA Tool",
  "description": "Transform Your Amazon FBA Arbitrage Product Research Process with AI-Powered Real-time Data!",
  "version": "1.1",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "images/16x16.png",
      "32": "images/32x32.png",
      "48": "images/48x48.png",
      "128": "images/128x128.png"
    }
  },
  "icons": {
    "16": "images/16x16.png",
    "32": "images/32x32.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "tabs"
  ]
}