SEO station by Carlos Estevez

SEO station by Carlos Estevez

The SEO Onpage extension for Google Chrome that makes SEO daily tasks easier.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "/img/icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "content.js",
        "errores.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "es",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "/img/icon.png",
    "48": "/img/icon-48x48.png",
    "128": "/img/icon-128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "gcm",
    "storage",
    "notifications",
    "identity"
  ],
  "version": "1.3.4",
  "web_accessible_resources": [
    "scscript.js"
  ]
}