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