Inspect and view changes in Force HTTPS (SSL/TLS) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.1.3",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"permissions": [
"webNavigation",
"tabs",
"storage"
],
"background": {
"scripts": [
"background.js",
"functions_common.js",
"strings_common.js"
],
"persistent": true
},
"options_page": "page_options.html",
"browser_action": {
"default_popup": "page_popup.html",
"default_icon": {
"16": "images/locker_green_16p.png",
"32": "images/locker_green_32p.png",
"48": "images/locker_green_48p.png",
"128": "images/locker_green_128p.png"
}
},
"icons": {
"16": "images/locker_green_16p.png",
"32": "images/locker_green_32p.png",
"48": "images/locker_green_48p.png",
"128": "images/locker_green_128p.png"
},
"manifest_version": 2
}