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": "OptimAI Lite Node",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "109.0"
}
},
"version": "2.0.3",
"description": "Turn Idle Bandwidth into Passive Income - Earn Rewards & Power the OptimAI Network!",
"host_permissions": [
"https:\/\/*.optimai.network\/*",
"https:\/\/1.1.1.1\/*",
"https:\/\/ipv4.icanhazip.com\/",
"https:\/\/httpbin.org\/*"
],
"permissions": [
"storage",
"tabs"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup\/index.html",
"default_icon": "icon-32.png"
},
"icons": {
"120": "icon-120.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/node.optimai.network\/*"
],
"js": [
"content\/index.iife.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.css",
"*.svg",
"icon-120.png",
"icon-32.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}