Twillus - Quick Image Preview for Twitter

Twillus - Quick Image Preview for Twitter

Preview thumbnail images largely with the shift key.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "16": "lib/img/icons/logo_16.png",
      "48": "lib/img/icons/logo_48.png",
      "128": "lib/img/icons/logo_128.png"
    },
    "default_title": "__MSG_extName__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "lib/img/icons/logo_16.png",
    "48": "lib/img/icons/logo_48.png",
    "128": "lib/img/icons/logo_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "permissions": [
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "https://x.com/*"
  ],
  "version": "2.2.0",
  "web_accessible_resources": [
    {
      "matches": [
        "https://x.com/*"
      ],
      "resources": [
        "src/tweets.css",
        "lib/js/drift-basic.min.css"
      ]
    }
  ]
}