Seodity

Seodity

All-in-one SEO tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Seodity",
  "description": "All-in-one SEO tool",
  "version": "1.0.0",
  "action": {
    "default_popup": "/index.html"
  },
  "icons": {
    "128": "static/img/logo.png"
  },
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.index.tsx-04a79c5c-6efbf1f0.js"
      ],
      "matches": [
        "*://*/search*"
      ],
      "include_globs": [
        "*://*google.*/search*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/constants-891cf7fa.js",
        "assets/index.tsx-04a79c5c.js"
      ],
      "use_dynamic_url": true
    }
  ]
}