BGG Decorate

BGG Decorate

Gets selected text from the current page, and decorates it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "BGG Decorate",
  "description": "Gets selected text from the current page, and decorates it.",
  "background": {
    "page": "background.html"
  },
  "version": "0.4.1",
  "icons": {
    "16": "sample-19.jpeg"
  },
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "contextMenus",
    "http://boardgamegeek.com/*",
    "https://boardgamegeek.com/*",
    "http://www.boardgamegeek.com/*",
    "https://www.boardgamegeek.com/*",
    "http://videogamegeek.com/*",
    "https://videogamegeek.com/*",
    "http://www.videogamegeek.com/*",
    "https://www.videogamegeek.com/*",
    "http://rpggeek.com/*",
    "https://rpggeek.com/*",
    "http://www.rpggeek.com/*",
    "https://www.rpggeek.com/*",
    "http://bgg.cc/*",
    "https://bgg.cc/*",
    "http://www.bgg.cc/*",
    "https://www.bgg.cc/*",
    "http://dpeters.org/*",
    "https://dpeters.org/*",
    "http://www.dpeters.org/*",
    "https://www.dpeters.org/*"
  ],
  "content_security_policy": "default-src 'none'; script-src 'self'",
  "homepage_url": "http://dpeters.org/bgg-decorate.html"
}