4s Product Finder

4s Product Finder

The Smartest Amazon Research Tool For FBA Sellers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "4s Product Finder",
  "short_name": "4s Product Finder",
  "version": "0.5.1",
  "description": "The Smartest Amazon Research Tool For FBA Sellers",
  "background": {
    "page": "bg.html"
  },
  "permissions": [
    "*://*.amazon.com/*",
    "*://*.amazon.co.uk/*",
    "tabs",
    "storage"
  ],
  "icons": {
    "16": "/img/4S-Favicon-V2-16x16.png",
    "32": "/img/4S-Favicon-V2-32x32.png",
    "48": "/img/4S-Favicon-V2-48x48.png",
    "128": "/img/4S-Favicon-V2-48x48.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/img/4S-Favicon-V2-16x16.png",
      "32": "/img/4S-Favicon-V2-32x32.png",
      "48": "/img/4S-Favicon-V2-48x48.png",
      "128": "/img/4S-Favicon-V2-48x48.png"
    },
    "default_title": "4s Product Finder"
  }
}