Find The Symbol

A fun and easy way to learn the elements in the periodic table. Test yourself to see if you know their symbols
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": "Find The Symbol",
  "description": "A fun and easy way to learn the elements in the periodic table. Test yourself to see if you know their symbols",
  "version": "1.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.ebhasin.com/games/FindTheSymbol/index.html"
    ],
    "launch": {
      "web_url": "http://www.ebhasin.com/games/FindTheSymbol/index.html"
    }
  },
  "icons": {
    "128": "icon.jpg"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}