Linque

Linque

Say goodbye to copy and paste. Effortlessly share links with anyone!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "commands": {
    "linque_current_tab": {
      "suggested_key": {
        "default": "Alt+L"
      },
      "description": "Opens the Linque panel to share current page."
    }
  },
  "externally_connectable": {
    "matches": [
      "https://www.linque.me/*",
      "https://linqueme.appspot.com/*"
    ]
  },
  "icons": {
    "16": "images/logo_16.png",
    "48": "images/logo_48.png",
    "128": "images/logo_128.png"
  },
  "manifest_version": 2,
  "name": "Linque",
  "version": "0.0.0.23",
  "background": {
    "page": "html/background.html"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com/ https://linqueme.appspot.com https://talkgadget.google.com/; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "19": "images/logo_19.png",
      "38": "images/logo_38.png"
    },
    "default_title": "Loading Linque"
  },
  "permissions": [
    "background",
    "contextMenus",
    "notifications",
    "storage",
    "tabs",
    "idle"
  ],
  "description": "Say goodbye to copy and paste. Effortlessly share links with anyone!"
}