-
Notifications
You must be signed in to change notification settings - Fork 0
Расширение #23
Copy link
Copy link
Open
Labels
ОзнакомлениеGood for newcomersGood for newcomersдокументацияImprovements or additions to documentationImprovements or additions to documentationулучшениеNew feature or requestNew feature or request
Description
Создать manifest.json для Popup и Side Panel
Пример кода:
{
"manifest_version": 3,
"name": "Мой Чат-Расширение",
"version": "1.0",
"permissions": ["sidePanel"],
"action": {
"default_popup": "popup.html"
},
"side_panel": {
"default_path": "sidepanel.html"
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ОзнакомлениеGood for newcomersGood for newcomersдокументацияImprovements or additions to documentationImprovements or additions to documentationулучшениеNew feature or requestNew feature or request