Examine source code of Add to C4DT Library

Inspect and view changes in Add to C4DT Library 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
{
  "browser_specific_settings": {
    "gecko": {
      "id": "add-to-c4dt-library@c4dt.org",
      "strict_min_version": "56.0"
    }
  },
  "name": "Add to C4DT Library",
  "version": "1.1.1",
  "description": "Extension to submit a given web page to the C4DT library (https://library.c4dt.org)",
  "permissions": [
    "storage",
    "activeTab",
    "https://library.c4dt.org/*",
    "http://library.c4dt.org/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Add to C4DT Library",
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 2
}