Files
hDM/browser-extension/manifest.json
2026-05-09 11:38:04 +03:00

13 lines
388 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"manifest_version": 3,
"name": "hOLOlu Download Manager",
"version": "1.0.2",
"description": "Bağlantıları hDM ile indir ve sayfaları incele",
"permissions": ["downloads", "contextMenus", "storage", "nativeMessaging"],
"host_permissions": ["<all_urls>"],
"background": { "service_worker": "background.js" },
"action": {
"default_popup": "popup/popup.html"
}
}