SiteBar Addon

SiteBar Addon

This extension is a SiteBar.org Client.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCK9ZM/7Z6QaiIBPbTuZjiAiNTmpoLZC01DUhfoTN402LAcEdQrrwgGodBxir2QeRGd+jaih5taTO4Cg8u8x3neINJRwEpP4ANVYnRBG95zthhLOwyj/elLjXaa4enaVP9E3ZTW8eKIvBe5LLxsCXiiJFFviEljiJhKaUl7e+tRNwIDAQAB",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDesc__",
  "default_locale": "de",
  "version": "1.66",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "system.display"
  ],
  "options_page": "options.html",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "action": {
    "default_icon": "icon_128.png",
    "default_title": "SiteBar Client",
    "default_popup": "popup.html"
  }
}