ilk commit
This commit is contained in:
12
browser-extension/manifest.json
Normal file
12
browser-extension/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user