Who Deleted Me - See Who Unfriends You

Who Deleted Me - See Who Unfriends You

Keep track of who unfriends you on social networks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.10",
  "manifest_version": 3,
  "name": "Who Deleted Me - See Who Unfriends You",
  "short_name": "Who Deleted Me",
  "description": "Keep track of who unfriends you on social networks.",
  "homepage_url": "https://www.deleted.io",
  "author": "Who Deleted Me",
  "permissions": [
    "alarms"
  ],
  "host_permissions": [
    "*://*.deleted.io/",
    "*://*.facebook.com/"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/icon16.png",
      "19": "icons/icon19.png",
      "32": "icons/icon32.png",
      "38": "icons/icon38.png",
      "48": "icons/icon48.png",
      "64": "icons/icon64.png",
      "96": "icons/icon96.png",
      "100": "icons/icon100.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Who Deleted Me"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.deleted.io/*"
      ],
      "js": [
        "vendor/webextension-polyfill/dist/browser-polyfill.js",
        "wdm-content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "32": "icons/icon32.png",
    "38": "icons/icon38.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "100": "icons/icon100.png",
    "128": "icons/icon128.png"
  }
}