Solve as Puzzle Lite

Solve as Puzzle Lite

Solve any image as a jigsaw puzzle

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Solve as Puzzle Lite",
  "description": "Solve any image as a jigsaw puzzle",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "version": "0.1",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "puzzle.js"
    ]
  },
  "manifest_version": 2
}