SEO Peek

SEO Peek

Just one click to get a quick peek into on-page SEO factors of the web page you visit in the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SEO Peek",
  "version": "2.1.0",
  "manifest_version": 2,
  "description": "Just one click to get a quick peek into on-page SEO factors of the web page you visit in the browser.",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    },
    "default_title": "SEO Peek",
    "default_popup": "popup.html"
  },
  "homepage_url": "https://www.sanderheilbron.nl/seo-peek/",
  "icons": {
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "activeTab"
  ]
}