The contemporary update to Little Alchemy 2 has delivered new mixtures.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Little Alchemy 2",
"description": "The contemporary update to Little Alchemy 2 has delivered new mixtures.",
"version": "1.1",
"manifest_version": 2,
"permissions": [
"tabs",
"bookmarks"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Little Alchemy 2"
}
}