pigeon - send to telegram

pigeon - send to telegram

Send the article to your phone

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "pigeon - send to telegram",
  "short_name": "pigeon",
  "manifest_version": 2,
  "version": "0.0.4",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options.html",
  "description": "Send the article to your phone",
  "icons": {
    "16": "messenger-16.png",
    "32": "messenger-32.png",
    "48": "messenger-32.png",
    "128": "messenger-128.png"
  },
  "permissions": [
    "https://api.telegram.org/*",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "messenger-128.png",
    "default_title": "refresh the page"
  }
}