Soccer Physics Online Game [Play Now]

Soccer Physics Online Game [Play Now]

Soccer Physics Online is the newest game by Otto Ojala, who we already know from hits such as Tug the Table and Wrestle Jump.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Soccer Physics Online Game [Play Now]",
  "version": "3.0",
  "description": "Soccer Physics Online is the newest game by Otto Ojala, who we already know from hits such as Tug the Table and Wrestle Jump.",
  "action": {
    "default_icon": "img/icon128.png"
  },
  "author": "author",
  "default_locale": "en",
  "background": {
    "service_worker": "service_worker.js"
  },
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "offline_enabled": false,
  "host_permissions": [
    "https://apkgifts.com/gamestabs/"
  ]
}