Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Dec 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Axios - Solana Privacy Mixer",
"version": "1.0.0",
"description": "Break the link between source and destination addresses on Solana \ud83d\udd12",
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"sidePanel"
],
"action": {
"default_title": "Open Axios Mixer",
"default_icon": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
}
},
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"background": {
"service_worker": "background.js"
}
}