Examine source code of JSaw Puzzle

Inspect and view changes in JSaw Puzzle source codes across current and past versions
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",
  "action": {
    "default_icon": {
      "16": "/images/icon-16.png",
      "64": "/images/icon-64.png",
      "128": "/images/icon-128.png"
    }
  },
  "author": "Raymond Hill",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "default_locale": "en",
  "description": "__MSG_extShortDesc__",
  "host_permissions": [
    "https://commons.wikimedia.org/*",
    "https://*.publicdomainpictures.net/*"
  ],
  "icons": {
    "16": "/images/icon-16.png",
    "64": "/images/icon-64.png",
    "128": "/images/icon-128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "124.0",
  "name": "JSaw Puzzle",
  "options_page": "jsawpuzzle.html",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "version": "1.2"
}