Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Nov 10, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "MediLink",
"version": "1.0.0",
"description": "Organize medical links in a customizable sidebar. Sync across devices or use locally. Export\/import your links anytime.",
"author": "HexMed",
"homepage_url": "https:\/\/my-links-8b804.web.app\/privacy.html",
"action": {
"default_icon": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
},
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting",
"downloads",
"identity"
],
"host_permissions": [
"<all_urls>",
"https:\/\/firestore.googleapis.com\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"shared\/settings.js",
"shared\/sync-manager.js",
"sidebar\/sidebar-loader.js"
],
"css": [
"sidebar\/sidebar-positioner.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"sidebar\/sidebar-ui\/index.html",
"sidebar\/sidebar-ui\/controller.js",
"sidebar\/sidebar-ui\/styles.css",
"link-items-editor\/link-items-ui\/index.html",
"link-items-editor\/link-items-ui\/controller.js",
"link-items-editor\/link-items-ui\/state-manager.js",
"link-items-editor\/link-items-ui\/item-operations.js",
"link-items-editor\/link-items-ui\/import-export.js",
"link-items-editor\/link-items-ui\/ui-manager.js",
"link-items-editor\/link-items-ui\/styles.css",
"shared\/constants.js",
"shared\/firebase-config.js",
"shared\/firebase-config-window.js",
"shared\/firebase-service.js",
"shared\/bookmarks-converter.js",
"shared\/tree-rendering\/tree-renderer.js",
"shared\/tree-rendering\/tree-styles.css",
"shared\/helpers.js",
"shared\/input-validator.js",
"shared\/settings.js",
"shared\/sync-manager.js",
"shared\/theme.css",
"shared\/editor-nav.js",
"shared\/editor-nav.css",
"shared\/editor-template\/editor-base.js",
"shared\/editor-template\/editor-base.css",
"shared\/editor-template\/editor-base.html"
],
"matches": [
"<all_urls>"
]
}
]
}