All in One SEO Analyzer by AIOSEO

All in One SEO Analyzer by AIOSEO

The All in One SEO Analyzer is a free SEO tool that helps analyze your website and optimize it for search engines.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "All in One SEO Analyzer by AIOSEO",
  "version": "1.0.1",
  "manifest_version": 3,
  "description": "The All in One SEO Analyzer is a free SEO tool that helps analyze your website and optimize it for search engines.",
  "homepage_url": "https://aioseo.com/",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.min.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject.min.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "<all_urls>"
  ]
}