Scoreboard Tab

Scoreboard Tab

Scoreboard Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Scoreboard Tab",
  "short_name": "Scoreboard",
  "description": "Scoreboard Tab",
  "version": "0.0.1",
  "chrome_url_overrides": {
    "newtab": "iframe.html"
  },
  "browser_action": {
    "default_title": "Scoreboard Tab -Click Search",
    "default_icon": {
      "16": "./img/16.png",
      "32": "./img/32.png",
      "64": "./img/64.png",
      "128": "./img/128.png"
    }
  },
  "manifest_version": 2,
  "icons": {
    "16": "./img/16.png",
    "32": "./img/32.png",
    "64": "./img/64.png",
    "128": "./img/128.png"
  },
  "background": {
    "scripts": [
      "ext-background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "16.png"
  ],
  "permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}