Pixel Gun Apocalypse Online Game

Pixel Gun Apocalypse Online Game

Pixel Gun Apocalypse is an online multiplayer game. Track down weapons and supplies while you fight to stay alive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Pixel Gun Apocalypse Online Game",
  "version": "3.1",
  "description": "Pixel Gun Apocalypse is an online multiplayer game. Track down weapons and supplies while you fight to stay alive. ",
  "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/"
  ]
}