LinkMe

LinkMe

chrome extension that gives you quick access to your social media web app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LinkMe",
  "description": "chrome extension that gives you quick access to your social media web app",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html"
  },
  "background.service_worker": {
    "service_worker": "background.js",
    "persistent": true
  },
  "icons": {
    "16": "/images/background48.png",
    "32": "/images/background48.png",
    "48": "/images/background48.png",
    "128": "/images/background48.png"
  }
}