Unlike All Tweets - U.A.T

Unlike All Tweets - U.A.T

Product designed to help users unlike all tweets on social media website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Unlike All Tweets - U.A.T",
  "description": "Product designed to help users unlike all tweets on social media website.",
  "short_name": "U.A.T",
  "manifest_version": 3,
  "version": "3.0",
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "contextMenus",
    "notifications"
  ],
  "host_permissions": [
    "*://*.twitter.com/*"
  ],
  "background": {
    "service_worker": "background/background_sw.js"
  },
  "action": {
    "default_title": "Unlike All Tweets",
    "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"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}