Assemble the puzzle to show the hidden image. Jigsaw puzzler with a twist.
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": "https://clients2.google.com/service/update2/crx",
"name": "Shape Puzzles Pro - Assemble",
"description": "Assemble the puzzle to show the hidden image. Jigsaw puzzler with a twist.",
"default_locale": "en",
"version": "0.0.1.1",
"manifest_version": 2,
"app": {
"urls": [
"http://netforza.com/play/shape-puzzle/",
"http://www.netforza.com/play/shape-puzzle/"
],
"launch": {
"web_url": "http://netforza.com/play/shape-puzzle/"
}
},
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"permissions": [
"unlimited_storage",
"notifications"
]
}