Get Link : Connecting You

Get Link : Connecting You

Get Link is an Extension that allows users to easily open links from their mobile using Telegram and app on their PC and vice versa.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Get Link : Connecting You",
  "version": "1.0.5",
  "description": "Get Link is an Extension that allows users to easily open links from their mobile using Telegram and app on their PC and vice versa.",
  "icons": {
    "16": "icons16.png",
    "48": "icons48.png",
    "128": "icons128.png"
  },
  "action": {
    "default_title": "Get Link",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "oauth2": {
    "client_id": "549759607794-tuvas0dg877nsba2b84ucin000aa0fvd.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "permissions": [
    "identity",
    "identity.email",
    "tabs",
    "storage",
    "notifications"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}