Jet Attack!

Jet Attack!

Use yer jets to knock the enemy down!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Jet Attack!",
  "description": "Use yer jets to knock the enemy down!",
  "version": "1.2.0",
  "content_security_policy": "script-src 'self' https://clay.io https://clay.io:846; object-src 'self'",
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "offline_enabled": true
}