Steam Context Menu

Steam Context Menu

Search Steam using the context menu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Steam Context Menu",
  "description": "Search Steam using the context menu",
  "version": "1.2.3resigned1",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "48.0"
    }
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tabs"
  ],
  "icons": {
    "16": "icon-bitty.png",
    "48": "icon-small.png",
    "128": "icon-large.png"
  },
  "background": {
    "scripts": [
      "steamContextMenu.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "manifest_version": 2
}