mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 00:05:55 +01:00
11 lines
210 B
JSON
11 lines
210 B
JSON
|
{
|
||
|
"name": "Hello World",
|
||
|
"description" : "Hello World Extension",
|
||
|
"version": "1.0",
|
||
|
"browser_action": {
|
||
|
"default_popup": "hello.html",
|
||
|
"default_icon": "hello.png"
|
||
|
},
|
||
|
"manifest_version": 2
|
||
|
}
|