Clash Of Orcs Game New Tab

Clash Of Orcs Game New Tab

hello chrome lovers Clash of Orcs is the next installment of this fantastic series. In this title you take control of an Orc…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clash Of Orcs Game New Tab",
  "version": "1.9",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "icons": {
    "16": "./img/16x16.png",
    "48": "./img/48x48.png",
    "128": "./img/128x128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "bookmarks",
    "history"
  ]
}