Little Alchemy

Little Alchemy

A simple but addictive game. Start with four basic items and use them to find dinosaurs, unicorns and spaceships!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "launch": {
      "web_url": "http://littlealchemy.com/"
    },
    "urls": [
      "*://littlealchemy.com/"
    ]
  },
  "description": "A simple but addictive game. Start with four basic items and use them to find dinosaurs, unicorns and spaceships!",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "Little Alchemy",
  "offline_enabled": true,
  "permissions": [
    "background"
  ],
  "version": "1.5.0"
}