Call of Duty For PC, Windows, Mac - New BG

Call of Duty For PC, Windows, Mac - New BG

Call of Duty for pc extension provide you with 'Call of Duty' design on new tab. Designed for 'Call of Duty' app fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Call of Duty For PC, Windows, Mac - New BG",
  "background": {
    "scripts": [
      "js/main.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Call of Duty for pc extension provide you with 'Call of Duty' design on new tab. Designed for 'Call of Duty' app fans.",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "version": "1.2.1"
}