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",
"version": "1.34.0",
"manifest_version": 3,
"name": "SSP Wallet",
"short_name": "SSP",
"description": "Secure. Simple. Powerful.",
"action": {
"default_popup": "index.html",
"default_title": "SSP Wallet"
},
"author": "https:\/\/sspwallet.io",
"background": {
"service_worker": "scripts\/background.js"
},
"side_panel": {
"default_path": "index.html"
},
"icons": {
"256": "ssp-logo-black-256x256.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"permissions": [
"storage",
"unlimitedStorage",
"scripting",
"sidePanel",
"contextMenus"
],
"content_security_policy": {
"extension_pages": "default-src 'none'; style-src 'unsafe-inline'; img-src 'self' data: https:; font-src 'self'; connect-src *; script-src 'self' 'wasm-unsafe-eval'; object-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; frame-src https:\/\/buy.onramper.com"
},
"host_permissions": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"minimum_chrome_version": "110",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "110.0"
}
}
}