NSBreeze

NSBreeze

NSBreeze adds single key commands to help make browsing NationStates.net a breeze.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Shizensky",
  "content_scripts": [
    {
      "js": [
        "jquery1.6.4.min.js",
        "script.js"
      ],
      "matches": [
        "*://*.nationstates.net/*"
      ]
    }
  ],
  "description": "NSBreeze adds single key commands to help make browsing NationStates.net a breeze.",
  "icons": {
    "16": "images/logo-16.png",
    "128": "images/logo.png"
  },
  "manifest_version": 2,
  "name": "NSBreeze",
  "permissions": [
    "activeTab",
    "http://*.nationstates.net/*",
    "https://*.nationstates.net/*"
  ],
  "short_name": "NSB",
  "version": "0.5.1.2"
}