CEF4Delphi/bin/hello/manifest.json
Salvador Díaz Fau 5430db5601 Update to CEF 84.3.10
Added 2 browser extension demos : HelloWorldExt and PageColorExt
2020-08-04 17:52:09 +02:00

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
}