13 lines
367 B
JSON
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"
|
|
}
|
|
}
|