first commit
This commit is contained in:
24
manifest.json
Normal file
24
manifest.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "HTTPS+ Checker",
|
||||
"version": "0.0.2",
|
||||
"description": "Verification of security mechanisms complementary to HTTPS",
|
||||
"permissions": [
|
||||
"tabs",
|
||||
"webRequest",
|
||||
"<all_urls>"
|
||||
],
|
||||
"browser_action": {
|
||||
"default_title": "HTTPS+ Checker",
|
||||
"default_icon": {
|
||||
"48": "icon_x48.png",
|
||||
"96": "icon_x96.png"
|
||||
},
|
||||
"default_popup": "popup/index.html"
|
||||
},
|
||||
|
||||
"icons": {
|
||||
"48": "icon_x48.png",
|
||||
"96": "icon_x96.png"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user