Gorilla Hunt

Gorilla Hunt

Real time Amazon and FBA product research and competitor analysis made easy in 1 click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gorilla Hunt",
  "short_name": "GH",
  "version": "1.2.7",
  "description": "Real time Amazon and FBA product research and competitor analysis made easy in 1 click.",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "contentscript.js"
      ],
      "all_frames": false,
      "matches": [
        "https://www.amazon.com/s/*",
        "https://www.amazon.com/gp/movers-and-shakers/*",
        "https://www.amazon.com/gp/new-releases/*",
        "https://www.amazon.com/gp/most-wished-for/*",
        "https://www.amazon.com/Best-Sellers-*",
        "https://www.amazon.com/best-sellers-*",
        "https://www.amazon.com/*",
        "https://api.ipify.org/?format=jsonp&callback=JSONP_CALLBACK"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "popup.html",
    "frame.html",
    "frame2.html",
    "login.html"
  ],
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "browser_action": {
    "default_icon": "logo.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "https://www.gorillahunt.com/app",
    "https://www.gorillahunt.com/api/extension-check",
    "https://www.gorillahunt.com/webservice/exapi"
  ]
}