SEO Shortcuts

SEO Shortcuts

The command line interface for your browser. Gives easy access to web services, styling and script output 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 Shortcuts",
  "version": "1.6.0",
  "manifest_version": 2,
  "description": "The command line interface for your browser. Gives easy access to web services, styling and script output 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 Shortcuts"
  },
  "homepage_url": "https://www.sanderheilbron.nl/seo-shortcuts/",
  "icons": {
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "omnibox": {
    "keyword": ">"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}