CISSP Googling

CISSP Googling

Provides search hints for the astute CISSP executive.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CISSP Googling",
  "description": "Provides search hints for the astute CISSP executive.",
  "version": "0.2",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "cissp.png"
  },
  "permissions": [
    "history",
    "bookmarks",
    "https://twitter.com/cissp_googling"
  ]
}