Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Secure Browser - Online Proctoring Extension",
"version": "3.6.0.4",
"description": "The fast, secure way to take online proctored tests with PSI.",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "psi-background-worker.js"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"cookies",
"declarativeNetRequest",
"desktopCapture",
"history",
"management",
"scripting",
"storage",
"system.display",
"tabs",
"unlimitedStorage",
"webNavigation"
],
"icons": {
"16": "assets\/icon\/psi_icon16.png",
"32": "assets\/icon\/psi_icon32.png",
"48": "assets\/icon\/psi_icon48.png",
"128": "assets\/icon\/psi_icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [],
"all_frames": true,
"run_at": "document_start",
"js": [
"assets\/scripts\/before-unload.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"ui\/index.html",
"assets\/image\/required-file-access.png",
"assets\/image\/required-settings.png",
"assets\/image\/all-sites-2024.png",
"ui\/images\/logo-PSI-color.svg",
"ui\/images\/icon-loader2.gif",
"assets\/image\/psi-logo-small.png",
"assets\/image\/mac_screen_permission.png",
"assets\/image\/mac_security.png",
"ui\/fonts\/Beausite\/BeausiteClassicWeb-Clear.woff2",
"ui\/fonts\/Beausite\/BeausiteClassicWeb-ClearItalic.woff2",
"ui\/fonts\/Beausite\/BeausiteClassicWeb-Bold.woff2",
"ui\/fonts\/Beausite\/BeausiteClassicWeb-BoldItalic.woff2",
"ui\/fonts\/Beausite\/BeausiteClassicWeb-Medium.woff2",
"ui\/fonts\/Beausite\/BeausiteClassicWeb-MediumItalic.woff2",
"ui\/fonts\/Beausite\/BeausiteClassicWeb-SemiBold.woff2",
"ui\/fonts\/Beausite\/BeausiteClassicWeb-SemiBoldItalic.woff2"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"http:\/\/localhost\/*",
"http:\/\/localhost:50161\/*"
]
}
}