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",
"description": "We solved the unsolvable, now you can never lose access to your crypto",
"host_permissions": [
"*:\/\/*\/*"
],
"manifest_version": 3,
"name": "Zelf Name Service",
"orientation": "portrait",
"permissions": [
"activeTab",
"clipboardWrite",
"clipboardRead",
"storage",
"sidePanel"
],
"version": "2.0.57",
"action": {
"default_popup": "index.html",
"default_icon": "assets\/icons\/icon256.png"
},
"side_panel": {
"default_path": "index.html"
},
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png",
"256": "assets\/icons\/icon256.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"browser-polyfill.min.js",
"main.js",
"autofill.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"index.html",
"styles.css",
"main.js",
"runtime.js",
"polyfills.js",
"autofill.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
}
}