SEOkit - Quick Test on Free SEO Tools!

SEOkit - Quick Test on Free SEO Tools!

SEOkit allows you to test your website quickly in SEO tools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SEOkit - Quick Test on Free SEO Tools!",
  "description": "SEOkit allows you to test your website quickly in SEO tools",
  "version": "1.0",
  "author": "Zeo Agency",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "defaul_site": "https://zeo.org",
    "default_title": "SEOkit"
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "activeTab"
  ]
}