Head Soccer Football Game Game New Tab

Head Soccer Football Game Game New Tab

Hello dear chrome users It has been specially designed for Head Soccer Football lovers and has taken its place in the chrome…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Head Soccer Football Game Game New Tab",
  "version": "1.0",
  "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"
  ]
}