Sellscreen

Sellscreen

An effective tool for analyzing revenue, prices and product stocks of competitors on Noon and Amazon.ae

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sellscreen",
  "version": "1.0.0",
  "description": "An effective tool for analyzing revenue, prices and product stocks of competitors on Noon and Amazon.ae",
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "templates/*",
        "css/*",
        "js/*",
        "fonts/Roboto-Regular.ttf"
      ],
      "matches": [
        "*://www.amazon.ae/*",
        "*://amazon.ae/*",
        "*://www.noon.com/*",
        "*://noon.com/*"
      ],
      "extension_ids": []
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.amazon.ae/*",
        "*://amazon.ae/*",
        "*://www.noon.com/*",
        "*://noon.com/*"
      ],
      "css": [
        "css/app.css"
      ],
      "js": [
        "js/app.js"
      ],
      "run_at": "document_start"
    }
  ]
}