Groups Search

Groups Search

To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Groups Search",
  "short_name": "ggs Search",
  "description": "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com",
  "version": "0.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "omnibox": {
    "keyword": "ggs"
  },
  "icons": {
    "16": "ggs_16.png",
    "32": "ggs_32.png",
    "48": "ggs_48.png",
    "128": "ggs_128.png"
  },
  "manifest_version": 2
}