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", "manifest_version": 3, "name": "SafeBase - Security Questionnaire Plugin", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3n6pLGF1MwPwHJAR9ZzU+NH1zuCwD0b1xjatGDd70nq8zACweIyTVrICRIs5hDl9HUpU53IOGqj+EDBHshLSG\/MJsiZ64Td3IUVitXCB\/8Jw+20OJjv9KITYGfmVk99ErNtQlLiP8WeuD7scvG7uvF9RbJU+w6uFhhoYv3oSytZgqQFpfAsaqt4SFWKN0ANofoNQFHFem2xX2ZOsYhhU8hVyRAUnp2kIPnrCU2+FnnNIY0A+8wFvdj0GO0IinB5BEWItETj97g\/ENv+JNbI8D9NrU7a4tZ71aB5XpsalJCcRGVi+CqGU\/OogyOU+Zs4D4XLXbyJRMNDZ\/xqG25f1TQIDAQAB", "version": "1.14.2", "description": "Accurate answers to every security question, in a fraction of the time.", "minimum_chrome_version": "110", "permissions": [ "activeTab", "storage", "cookies", "webRequest", "tabs" ], "host_permissions": [ "https:\/\/app.safebase.io\/*", "https:\/\/forms.office.com\/*", "https:\/\/*.zengrc.com\/*", "https:\/\/cyber-risk.upguard.com\/*", "https:\/\/*.cyber-risk.upguard.com\/*", "https:\/\/*.ziphq.com\/*", "https:\/\/*.service-now.com\/*", "https:\/\/*.formstack.com\/*", "https:\/\/*.prevalent.net\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "css": [ "public\/style\/index.css", "public\/style\/custom-app.min.css", "public\/style\/custom-bootstrap.min.css" ] } ], "web_accessible_resources": [ { "resources": [ "public\/*.png", "public\/*.svg", "public\/style\/bootstrap-grid.css", "public\/style\/custom-app.min.css", "public\/style\/custom-bootstrap.min.css" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "base-uri 'self'; connect-src *; default-src 'self'; frame-ancestors 'none'; frame-src 'none'; img-src 'self' public\/*; media-src 'none'; object-src 'none'; script-src-attr 'none'; script-src 'self'; report-to https:\/\/o410058.ingest.sentry.io\/api\/5283673\/security\/?sentry_key=3fbff9fa2e9e4c6991906aa26710df82" }, "externally_connectable": { "matches": [ "https:\/\/app.safebase.io\/*" ] }, "action": { "default_title": "SafeBase Chrome Extension" }, "icons": { "128": "public\/safebase_icon.png" } }