Added libs
This commit is contained in:
10
lockbox/browserExtension/manifest.json
Normal file
10
lockbox/browserExtension/manifest.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Hello Extensions",
|
||||
"description": "Base Level Extension",
|
||||
"version": "1.0",
|
||||
"manifest_version": 3,
|
||||
"action": {
|
||||
"default_popup": "hello.html",
|
||||
"default_icon": "hello_extensions.png"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user