Just Delete Me

Just Delete Me

Find out how difficult it is to delete your account from websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Just Delete Me",
  "version": "23.12.10",
  "description": "Find out how difficult it is to delete your account from websites",
  "homepage_url": "https://github.com/fregante/jdm",
  "manifest_version": 3,
  "minimum_chrome_version": "100",
  "icons": {
    "128": "icon.082f75ba.png"
  },
  "permissions": [
    "action",
    "activeTab",
    "alarms",
    "declarativeContent"
  ],
  "action": {
    "default_icon": {
      "32": "unknown.d674f62d.png"
    }
  },
  "background": {
    "service_worker": "background.a054f291.js",
    "type": "module"
  }
}