Maid-Of-Honour

Its your best friends wedding & you are the maid of honour. Help her select the right outfit for herself and her brides maids.
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": "Maid-Of-Honour",
  "description": "Its your best friends wedding & you are the maid of honour. Help her select the right outfit for herself and her brides maids.",
  "version": "1.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.ebhasin.com/games/MaidOfHonour/index.html"
    ],
    "launch": {
      "web_url": "http://www.ebhasin.com/games/MaidOfHonour/index.html"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}