The Rescue Rocket Platform Game

The Rescue Rocket Platform Game

You have to collect all the people on the platform with the rescue rocket and get high scores.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "128.png"
  },
  "author": "PickerGame",
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "The Rescue Rocket Platform Game",
  "sandbox": {
    "pages": [
      "Source_Game/index.html"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "15"
}