Stellar Contacts

Stellar Contacts

Add some human readable names instead of abrakadabra Stellar ID's.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "0.5.6",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://stellar.expert/*",
        "https://mtl.ergvein.net/*",
        "https://eurmtl.me/*",
        "https://github.com/montelibero-org/*",
        "https://laboratory.stellar.org/*",
        "https://gsa05.github.io/MTL_Association/*",
        "https://voleum-org.github.io/MTL_Association/*",
        "https://bsn.mtla.me/html",
        "https://app.mtla.me/*"
      ],
      "js": [
        "jquery-3.6.0.slim.min.js",
        "AppendGrid.js",
        "app.js"
      ]
    }
  ],
  "background": {
    "service_worker": "bg.js"
  },
  "action": {
    "default_icon": "icons/128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "activeTab",
    "downloads"
  ],
  "host_permissions": [
    "https://stellar.expert/*",
    "https://api.stellar.expert/*",
    "https://mtl.ergvein.net/*",
    "https://eurmtl.me/*",
    "https://github.com/montelibero-org/*",
    "https://laboratory.stellar.org/*",
    "https://gsa05.github.io/MTL_Association/*",
    "https://voleum-org.github.io/MTL_Association/*"
  ]
}