Titan

Titan

Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Amazon product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.",
  "version": "3.2.85",
  "name": "Titan",
  "background": {
    "service_worker": "js/background.bundle.js"
  },
  "action": {
    "default_icon": "img/titan-logo.png"
  },
  "icons": {
    "48": "img/titan-logo.png",
    "128": "img/titan-logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.titantools.com/*",
        "*://mufasa.local/*",
        "*://mufasa-project.local/*",
        "*://mufasa.test/*",
        "*://amazon.com/*",
        "*://www.amazon.com/*",
        "*://completion.amazon.com/*",
        "*://advertising.amazon.com/*",
        "*://sellercentral.amazon.com/*",
        "*://amazon.co.uk/*",
        "*://www.amazon.co.uk/*",
        "*://completion.amazon.co.uk/*",
        "*://advertising.amazon.co.uk/*",
        "*://sellercentral-europe.amazon.com/*",
        "*://sellercentral.amazon.co.uk/*",
        "*://amazon.de/*",
        "*://www.amazon.de/*",
        "*://completion.amazon.de/*",
        "*://advertising.amazon.de/*",
        "*://sellercentral.amazon.de/*"
      ],
      "css": [
        "css/content.bundle.css"
      ],
      "js": [
        "js/content.bundle.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/*",
        "css/*",
        "fonts/*",
        "img/*",
        "external_js/*",
        "manifest.json"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "manifest_version": 3,
  "externally_connectable": {
    "matches": [
      "*://*.titantools.com/*",
      "*://mufasa.local/*",
      "*://mufasa-project.local/*",
      "*://mufasa.test/*",
      "*://amazon.com/*",
      "*://www.amazon.com/*",
      "*://completion.amazon.com/*",
      "*://advertising.amazon.com/*",
      "*://sellercentral.amazon.com/*",
      "*://amazon.co.uk/*",
      "*://www.amazon.co.uk/*",
      "*://completion.amazon.co.uk/*",
      "*://advertising.amazon.co.uk/*",
      "*://sellercentral-europe.amazon.com/*",
      "*://sellercentral.amazon.co.uk/*",
      "*://amazon.de/*",
      "*://www.amazon.de/*",
      "*://completion.amazon.de/*",
      "*://advertising.amazon.de/*",
      "*://sellercentral.amazon.de/*"
    ]
  },
  "permissions": [
    "alarms",
    "background",
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "*://*.titantools.com/*",
    "*://mufasa.local/*",
    "*://mufasa-project.local/*",
    "*://mufasa.test/*",
    "*://amazon.com/*",
    "*://www.amazon.com/*",
    "*://completion.amazon.com/*",
    "*://advertising.amazon.com/*",
    "*://sellercentral.amazon.com/*",
    "*://amazon.co.uk/*",
    "*://www.amazon.co.uk/*",
    "*://completion.amazon.co.uk/*",
    "*://advertising.amazon.co.uk/*",
    "*://sellercentral-europe.amazon.com/*",
    "*://sellercentral.amazon.co.uk/*",
    "*://amazon.de/*",
    "*://www.amazon.de/*",
    "*://completion.amazon.de/*",
    "*://advertising.amazon.de/*",
    "*://sellercentral.amazon.de/*"
  ],
  "options_page": "options/options.html"
}