ModLinks - Keyword to URL

ModLinks - Keyword to URL

Map custom keywords to URLs like 'm' for Gmail, 'yt' for YouTube, 'fb' for Facebook, etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "ModLinks - Keyword to URL",
  "version": "1.0.3",
  "description": "__MSG_appDesc__",
  "short_name": "ModLinks",
  "default_locale": "en",
  "homepage_url": "https://modheader.com/modlinks",
  "action": {
    "default_icon": {
      "16": "img/icon_16.png",
      "48": "img/icon_48.png",
      "128": "img/icon_128.png"
    },
    "default_title": "__MSG_appName__",
    "default_popup": "popup/index.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "incognito": "spanning",
  "permissions": [
    "activeTab",
    "storage",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}