tw-rl

tw-rl

This extension saves URLs to tw-rl.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "tw-rl",
  "version": "0.1.1",
  "description": "This extension saves URLs to tw-rl.com",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://tw-rl.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.tw-rl.com/*"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "32": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}