Examine source code of Screenshot Capture

Inspect and view changes in Screenshot Capture 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__",
  "version": "0.4.5",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "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'",
  "icons": {
    "16": "Icon_16.png",
    "48": "Icon_48.png",
    "128": "Icon_128.png"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "editor.html"
  ],
  "default_locale": "en",
  "permissions": [
    "tabs",
    "<all_urls>",
    "downloads",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}