smallseotools for chrome

smallseotools for chrome

Use different seo tools with the help of smallseotools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_popup": "src/browser_action/popup.html"
  },
  "description": "Use different seo tools with the help of smallseotools",
  "homepage_url": "https://www.greatseotools.net",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "smallseotools for chrome",
  "permissions": [
    "tabs"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.0"
}