17 lines
406 B
JSON
Executable file
17 lines
406 B
JSON
Executable file
{
|
|
"manifest_version": 3,
|
|
"version": "2.1.5",
|
|
"name": "__MSG_extName__",
|
|
"description": "__MSG_extDesc__",
|
|
"author": "__MSG_extName__",
|
|
"default_locale": "en",
|
|
"permissions": ["storage", "debugger"],
|
|
"background": { "service_worker": "background.bundle.js" },
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": "icon32.png"
|
|
},
|
|
"icons": {
|
|
"128": "icon128.png"
|
|
}
|
|
}
|