You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
566 B
28 lines
566 B
{ |
|
"manifest_version": 2, |
|
"name": "HTTPS+ Checker", |
|
"version": "0.0.3", |
|
"description": "Verification of security mechanisms complementary to HTTPS", |
|
"permissions": [ |
|
"tabs", |
|
"storage", |
|
"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" |
|
}, |
|
"options_ui": { |
|
"page": "settings/options.html" |
|
} |
|
}
|
|
|