Examine source code of Delete Specific Websites History

Inspect and view changes in Delete Specific Websites History 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Delete Specific Websites History",
  "short_name": "delete-specific-websites-history",
  "description": "Quickly deletes specific websites history from your browser.",
  "version": "0.0.8",
  "manifest_version": 3,
  "icons": {
    "16": "delete-specific-websites-history-icon-16.png",
    "48": "delete-specific-websites-history-icon-48.png",
    "128": "delete-specific-websites-history-icon-128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Delete Specific Websites History",
    "default_icon": {
      "16": "delete-specific-websites-history-icon-16.png",
      "48": "delete-specific-websites-history-icon-48.png",
      "128": "delete-specific-websites-history-icon-128.png"
    }
  },
  "permissions": [
    "history",
    "storage"
  ]
}