Grips – E-commerce Site Analysis

Grips – E-commerce Site Analysis

Instant e-commerce website analysis, including revenue, conv. rate, AOV, as well as product categories and brands sold.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Grips – E-commerce Site Analysis",
  "version": "1.0.1",
  "description": "Instant e-commerce website analysis, including revenue, conv. rate, AOV, as well as product categories and brands sold.",
  "permissions": [
    "scripting",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest"
  ],
  "background": {
    "scripts": [
      "src/pages/background/index.js"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": "icon-128.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/pages/content/index.js"
      ],
      "css": [
        "assets/css/contentStyle16993536897.chunk.css"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/fonts/*",
        "src/pages/app/*",
        "icon-128.png",
        "icon-disabled-128.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f437c692-d6e7-471e-a552-2b6acd17eaf5}"
    }
  },
  "options_ui": {
    "page": "src/pages/options/index.html",
    "browser_style": false
  }
}