Examine source code of Sliding Puzzle

Inspect and view changes in Sliding 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",
  "manifest_version": 3,
  "name": "Sliding Puzzle",
  "description": "Solve this Puzzle anytime!",
  "version": "1.0",
  "icons": {
    "48": "images/48.png"
  },
  "action": {
    "default_icon": "images/48.png",
    "default_title": "Sliding Puzzle",
    "default_popup": "index.html"
  }
}