Memory Booster

A fun game to help you increase your memory power. Play and reap the benefits of clean good fun!.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Memory Booster",
  "description": "A fun game to help you increase your memory power. Play and reap the benefits of clean good fun!.",
  "version": "1.2",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.ebhasin.com/games/MemoryBooster/index.html"
    ],
    "launch": {
      "web_url": "http://www.ebhasin.com/games/MemoryBooster/index.html"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}