GoodResearchBySeoTools

GoodResearchBySeoTools

This is an auxiliary extension for SEO tools to investigate the page and text that is currently open.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.0.0",
  "default_locale": "en",
  "background": {
    "service_worker": "js/service-worker.js"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "icons": {
    "16": "icons/seo_icon_16.png",
    "32": "icons/seo_icon_32.png",
    "48": "icons/seo_icon_48.png",
    "64": "icons/seo_icon_64.png",
    "128": "icons/seo_icon_128.png"
  },
  "options_page": "html/options.html"
}