Inspect and view changes in SURFGUARD 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
{
"manifest_version": 2,
"name": "SurfGuard",
"description": "SurfGuard is a plugin for browsers which helps you surf the internet waves safely and securely. It thoroughly analyzes the site you are on and tells you whether it is safe to surf or not. The analysis is done by our custom made SurfGuard API which uses ML model having over 92.79% accuracy on training data and 92.67% accuracy on testing data.",
"version": "1.1",
"icons": {
"48": "SurfGuardLogo.png",
"96": "SurfGuardLogo.png"
},
"browser_action": {
"default_icon": {
"48": "SurfGuardLogo.png",
"96": "SurfGuardLogo.png"
},
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "{a8fdaa6b-2863-48bf-9f89-0274694b2514}"
}
}
}