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": "Nautilus Wallet",
"short_name": "Nautilus",
"description": "A secure and user-friendly wallet for the Ergo Platform",
"version": "1.3.1",
"icons": {
"48": "icons\/app\/m-48.png",
"128": "icons\/app\/m-128.png",
"512": "icons\/app\/m-512.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"permissions": [
"storage",
"tabs",
"sidePanel"
],
"action": {
"default_popup": "src\/extension\/popup\/index.html",
"default_title": "Nautilus Wallet"
},
"web_accessible_resources": [
{
"resources": [
"src\/extension\/content-scripts\/contentScript.js",
"src\/extension\/content-scripts\/injected.js"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
],
"content_scripts": [
{
"js": [
"src\/extension\/content-scripts\/contentScript.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": true
}
],
"version_name": "1.3.1",
"background": {
"service_worker": "src\/extension\/background\/background.js"
},
"side_panel": {
"default_path": "src\/extension\/popup\/index.html"
}
}