SEO Turbo Website Analyser

SEO Turbo Website Analyser

Easy to use SEO analysis tool with free downloadable reports

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SEO Turbo Website Analyser",
  "manifest_version": 2,
  "short_name": "turboreviewer",
  "description": "Easy to use SEO analysis tool with free downloadable reports",
  "version": "1.0",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_61-1504167942.png"
  },
  "icons": {
    "128": "128px_61-1504167946.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}