Top Games Tab

Top Games Tab

Top Games Tab for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_extname__",
  "description": "__MSG_extdesc__",
  "icons": {
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "64": "images/icon64.png",
      "128": "images/icon128.png"
    },
    "default_title": "__MSG_extname__"
  },
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "minimum_chrome_version": "49",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "version": "0.6.8"
}