Telegram Link Share Bot

Telegram Link Share Bot

Lets you share Links via Telegram

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Telegram Link Share Bot",
  "version": "1.5",
  "description": "Lets you share Links via Telegram",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "images/ts_16.png",
    "32": "images/ts_32.png",
    "48": "images/ts_48.png",
    "128": "images/ts_128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}