Little Alchemy light

Little Alchemy light

Start with four basic elements, then mix and match them to create more and more awesome things.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "app": {
    "launch": {
      "web_url": "http://littlealchemy.com/"
    },
    "urls": [
      "*://littlealchemy.com/"
    ]
  },
  "manifest_version": 2,
  "offline_enabled": true,
  "description": "Start with four basic elements, then mix and match them to create more and more awesome things.",
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "name": "Little Alchemy light",
  "version": "0.0.4"
}