Add settings page
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "HTTPS+ Checker",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "Verification of security mechanisms complementary to HTTPS",
|
||||
"permissions": [
|
||||
"tabs",
|
||||
"storage",
|
||||
"webRequest",
|
||||
"<all_urls>"
|
||||
],
|
||||
@ -20,5 +21,8 @@
|
||||
"icons": {
|
||||
"48": "icon_x48.png",
|
||||
"96": "icon_x96.png"
|
||||
},
|
||||
"options_ui": {
|
||||
"page": "settings/options.html"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user