ilk commit

This commit is contained in:
hOLOlu
2026-05-04 01:19:04 +03:00
commit 5f33557f2d
2072 changed files with 75437 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"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"
}
}