SWOOOP

SWOOOP

Loop and swoop your bi-plane around the magical island. What's your highscore?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "manifest_version": 2,
  "name": "SWOOOP",
  "version": "1.1",
  "description": "Loop and swoop your bi-plane around the magical island. What's your highscore?",
  "icons": {
    "16": "swooop16.png",
    "48": "swooop48.png",
    "128": "swooop128.png"
  },
  "offline_enabled": true
}