Files
hDM/browser-extension/manifest.json
2026-05-04 01:19:04 +03:00

13 lines
367 B
JSON

{
"manifest_version": 3,
"name": "Download Manager",
"version": "1.0.0",
"description": "hOLOlu Download Manager'a yönlendir",
"permissions": ["downloads", "contextMenus", "storage", "nativeMessaging"],
"host_permissions": ["<all_urls>"],
"background": { "service_worker": "background.js" },
"action": {
"default_popup": "popup/popup.html"
}
}