GwentyTab

GwentyTab

Display random Gwent cards in your new tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GwentyTab",
  "description": "Display random Gwent cards in your new tabs",
  "version": "2.0",
  "author": "Mlakuss",
  "icons": {
    "16": "img/icon16.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "activeTab",
    "storage",
    "fontSettings"
  ],
  "web_accessible_resources": [
    "options.html",
    "img/*",
    "js/*",
    "css/*",
    "css/fonts/*"
  ]
}