Examine source code of Jigsaw Mockups

Inspect and view changes in Jigsaw Mockups 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
{
  "author": "Shai Kaplun",
  "background": {
    "persistent": true,
    "scripts": [
      "event.js"
    ]
  },
  "browser_action": {
    "browser_title": "Open Jigsaw",
    "default_icon": "icon.png"
  },
  "commands": {
    "_execute_browser_action": {
      "description": "start Jigsaw",
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "MacCtrl+Shift+K"
      }
    }
  },
  "description": "Full free mockup and product planning tool inside a browser extension",
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvjw5iYxF14oOzO/Yo3sVJkfXEUHiOtPfzokjE1wFcV1ZDNzQ5ptwHQYkiSVGUKy2PMI7yK6gQre6ngIjPz8CKi/gMr66KpSJD89xr8w97is8fX4KIrnezi3ZUwVA0RH7xSVxXhjy8BhWjzabuwoyn8pUHxzvnahJ0hF3ybZzZDMeX6epySihaKaZABqR/H88eSB6GaPvIOVW111b95r2KWhvdx6hW9jUeF5O3Hywmzggu19E7aZtXQZKr7fXPM6M0eRKav914/Om8tCi0M6VEQBrcoIKZgC/CeswJ2Pz37QBrt8CXvEbdYbInraeqp5FDEaSACUoj+8LZR/HxTkvtQIDAQAB",
  "manifest_version": 2,
  "name": "Jigsaw Mockups",
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "unlimitedStorage",
    "https://www.googleapis.com/",
    "https://skaplun.github.io/jigsaw-canvas/",
    "*://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.6.3.3",
  "web_accessible_resources": [
    "patreon.png",
    "positionpointer.html",
    "loader.html",
    "canvas.html",
    "changelog.html",
    "notification.html",
    "colorpicker.html",
    "screenshotprompt.html",
    "templates2.html",
    "template.html",
    "main.html",
    "fonts/glyphicons-halflings-regular.woff2",
    "themes/*",
    "themes/default/assets/fonts/icons.woff2",
    "jquery-3.2.1.min.js"
  ]
}