WIREFOX SEO TOOLKIT - SEO ANALYSIS TOOL

WIREFOX SEO TOOLKIT - SEO ANALYSIS TOOL

SEO TOOLKIT, SEO ANALYSIS TOOL

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.7",
  "name": "WIREFOX SEO TOOLKIT - SEO ANALYSIS TOOL",
  "manifest_version": 2,
  "description": "SEO TOOLKIT, SEO ANALYSIS TOOL",
  "browser_action": {
    "default_title": "SEO Toolkit",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "web_accessible_resources": [
    "inject.html"
  ],
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "https://github.com/*"
  ],
  "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}