10 lines
235 B
JSON
10 lines
235 B
JSON
{
|
|
"name": "Hello Extensions",
|
|
"description": "Base Level Extension",
|
|
"version": "1.0",
|
|
"manifest_version": 3,
|
|
"action": {
|
|
"default_popup": "hello.html",
|
|
"default_icon": "hello_extensions.png"
|
|
}
|
|
} |