Call of Ops 3 Game New Tab

Call of Ops 3 Game New Tab

awesome Call of Ops 3 wallpaper tab Call of Ops 3 features next gen graphics and cool weapons to shoot rival players on different…

Merlin
Additional files are visible only to premium users

manifest.json


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