Examine source code of Offline Downloader

Inspect and view changes in Offline Downloader 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": "Offline Downloader",
  "version": "2.3.4",
  "description": "__MSG_extDesc__",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "downloads",
    "tabs",
    "cookies",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "19": "icons/19.png",
    "24": "icons/24.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "96": "icons/96.png",
    "128": "icons/128.png",
    "512": "icons/512.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png"
    },
    "default_popup": "index.html",
    "default_title": "__MSG_extName__"
  },
  "web_accessible_resources": [
    "assets/**/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com https://offline-downloader.com; object-src 'self'; img-src 'self' https://www.google-analytics.com;",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}