Examine source code of Simple Screen Capture Screenshot

Inspect and view changes in Simple Screen Capture Screenshot 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
{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-48.png"
  },
  "default_locale": "en",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://*.googleapis.com blob:; object-src 'self'",
  "permissions": [
    "tabs",
    "<all_urls>",
    "downloads",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "web_accessible_resources": [
    "videodisplay.html"
  ],
  "manifest_version": 2,
  "version": "1.3.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}