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",
"author": "Athene Wallet",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"all_frames": true
}
],
"action": {
"default_popup": "popup.html",
"default_title": "AtheneWallet"
},
"description": "The most advanced web3 custody wallet optimized for your experience. A product of the Athene Network ecosystem!",
"homepage_url": "https:\/\/athene.network\/",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"manifest_version": 3,
"name": "Athene Wallet",
"permissions": [
"activeTab",
"storage",
"unlimitedStorage",
"notifications",
"alarms",
"scripting"
],
"host_permissions": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"short_name": "Athene Wallet",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+O"
},
"description": "Start the extension"
}
},
"version": "1.0.0",
"version_name": "1.0.0",
"web_accessible_resources": [
{
"resources": [
"blankProvider.js",
"keep-alive"
],
"matches": [
"<all_urls>"
]
}
]
}