No NFT Twitter Shapes

No NFT Twitter Shapes

A simple extension that changes the hexagonal twitter shape for the rounded ones.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "No NFT Twitter Shapes",
  "description": "A simple extension that changes the hexagonal twitter shape for the rounded ones.",
  "version": "0.1.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "noNFT.js"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "tabs",
    "alarms",
    "webNavigation"
  ],
  "host_permissions": [
    "https://twitter.com/"
  ],
  "action": {
    "default_icon": {
      "16": "/images/icon_16.png",
      "32": "/images/icon_32.png",
      "48": "/images/icon_48.png",
      "128": "/images/icon_128.png"
    }
  },
  "icons": {
    "16": "/images/icon_16.png",
    "32": "/images/icon_32.png",
    "48": "/images/icon_48.png",
    "128": "/images/icon_128.png"
  }
}