Unfollow All Followers - U.A.F

Unfollow All Followers - U.A.F

Product designed to help users unfollow everyone on social media websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Unfollow All Followers - U.A.F",
  "description": "Product designed to help users unfollow everyone on social media websites.",
  "short_name": "U.A.F",
  "manifest_version": 3,
  "version": "3.0.0.1",
  "homepage_url": "https://www.getcreativesoftware.dev/unfollow-all-followers-for-twitter/",
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "contextMenus",
    "notifications"
  ],
  "host_permissions": [
    "*://*.twitter.com/*"
  ],
  "background": {
    "service_worker": "background/background_sw.js"
  },
  "action": {
    "default_title": "U.A.F",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "icon/16.png",
    "24": "icon/24.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "64": "icon/64.png",
    "128": "icon/128.png",
    "256": "icon/256.png",
    "512": "icon/512.png"
  }
}