Save the Day

Save the Day

Save the Day is a delightful twist on the classic twitch arcade game. Fly a helicopter! Save people! Put out fire! Save the day!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Save the Day",
  "description": "Save the Day is a delightful twist on the classic twitch arcade game. Fly a helicopter! Save people! Put out fire! Save the day!!",
  "version": "1.0.0.6",
  "app": {
    "background": {
      "scripts": [
        "js/main.js"
      ]
    }
  },
  "icons": {
    "128": "128.png"
  },
  "kiosk_enabled": true,
  "offline_enabled": true,
  "permissions": [
    "fullscreen",
    "pointerLock",
    "identity",
    "storage",
    "notifications"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "oauth2": {
    "client_id": "744745144942-rnjll2p8vti26t2c89sbqkbpdpvbtp8r.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}