LaunchBox Games Database Search

LaunchBox Games Database Search

Highlight some text. Click the button. Search the LaunchBox Games Database.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icon32.png",
    "default_title": "LaunchBox Games Database Search"
  },
  "manifest_version": 2,
  "name": "LaunchBox Games Database Search",
  "version": "0.0.0.7",
  "description": "Highlight some text. Click the button. Search the LaunchBox Games Database.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "LGDSbackgroundpage.js"
    ]
  }
}