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": "iFlux Mining Node",
"version": "1.1.12",
"description": "iFlux Mining Node allows users to automatically receive iFlux mining rewards in a secure and user-friendly way.",
"icons": {
"16": "public\/logo\/16x16.png",
"32": "public\/logo\/32x32.png",
"48": "public\/logo\/48x48.png",
"128": "public\/logo\/128x128.png"
},
"action": {
"default_icon": {
"16": "public\/logo\/16x16.png",
"32": "public\/logo\/32x32.png",
"48": "public\/logo\/48x48.png",
"128": "public\/logo\/128x128.png"
},
"default_popup": "src\/popup\/index.html"
},
"content_scripts": [
{
"js": [
"assets\/main.tsx-loader-gfCIWWc7.js"
],
"matches": [
"https:\/\/iflux.global\/*",
"https:\/\/depin.iflux.global\/*"
]
}
],
"host_permissions": [
"https:\/\/iflux.global\/*",
"https:\/\/depin.iflux.global\/*"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"externally_connectable": {
"matches": [
"https:\/\/iflux.global\/*",
"https:\/\/depin.iflux.global\/*",
"http:\/\/localhost\/*"
]
},
"permissions": [
"storage",
"tabs"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/depin.iflux.global\/*",
"https:\/\/iflux.global\/*"
],
"resources": [
"assets\/constants-DPY9_6qh.js",
"assets\/main.tsx-DNZr0iOI.js"
],
"use_dynamic_url": false
}
]
}