Linkdaily

Linkdaily

Allows user to add current tab url to Linkdaily as a new link with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Linkdaily",
  "version": "1.0.0",
  "manifest_version": 3,
  "permissions": [
    "tabs"
  ],
  "description": "Allows user to add current tab url to Linkdaily as a new link with one click.",
  "homepage_url": "https://www.linkdaily.com",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/imgs/logo.png",
      "32": "/imgs/logo.png",
      "48": "/imgs/logo.png",
      "128": "/imgs/logo.png"
    }
  },
  "icons": {
    "16": "/imgs/logo.png",
    "32": "/imgs/logo.png",
    "48": "/imgs/logo.png",
    "128": "/imgs/logo.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}