1001 Bombs

1001 Bombs

Stay alive for as long as possible!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "app": {
    "launch": {
      "local_path": "1001bombs.html"
    }
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "permissions": [],
  "version": "0.9",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "manifest_version": 2
}