All Tests SEO Needs

All Tests SEO Needs

Run all tests a SEO everyday needs, all at once with a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "All Tests SEO Needs",
  "short_name": "AllTestsSeoNeeds",
  "description": "Run all tests a SEO everyday needs, all at once with a single click.",
  "author": "Evgeniy Orlov of mediaworx berlin AG",
  "homepage_url": "https://www.linkedin.com/in/evgeniyorlov/",
  "version": "0.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true,
    "open_in_tab": false
  },
  "permissions": [
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*",
    "background"
  ],
  "browser_action": {
    "default_title": "All Tests SEO Needs",
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "19": "icon19.png",
    "24": "icon24.png",
    "32": "icon32.png",
    "38": "icon38.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    "welcome.html"
  ],
  "manifest_version": 2
}