Head Soccer | Sports Game

Head Soccer | Sports Game

Challenge yourself to become a football champion by facing AI opponents

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "description": "Challenge yourself to become a football champion by facing AI opponents",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "Head Soccer | Sports Game",
  "sandbox": {
    "pages": [
      "Game_Source/index.html"
    ]
  },
  "version": "3.8.26.816",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}