Quick BGG Rating

Quick BGG Rating

Quickly get the rating of a board game from BoardGameGeek.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Quick BGG Rating",
  "version": "1.5.3",
  "description": "Quickly get the rating of a board game from BoardGameGeek.com.",
  "homepage_url": "https://github.com/ssilva/bgg-browser-extension",
  "author": "Saulo Silva",
  "icons": {
    "32": "meeple-16.png",
    "96": "meeple-48.png",
    "128": "meeple-128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+S"
      }
    }
  },
  "permissions": [
    "https://boardgamegeek.com/",
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}