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": "GMONE",
"version": "1.1.5",
"description": "GMONE: GMCoin and TRX wallet for GM Ecosystem. Web3 Powered Decentralized IT Services SuperApp.",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_popup": "src\/popup\/index.html",
"default_title": "GM ONE"
},
"background": {
"service_worker": "src\/service_worker.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.gmcoupons.com\/*",
"https:\/\/*.gmdestek.com\/*",
"https:\/\/*.gminformatics.com\/*"
],
"exclude_matches": [
"https:\/\/*.iyzipay.com\/*",
"https:\/\/*.iyzico.com\/*",
"https:\/\/sandbox-api.iyzipay.com\/*",
"https:\/\/api.iyzipay.com\/*",
"https:\/\/checkout.iyzipay.com\/*",
"https:\/\/secure.iyzipay.com\/*",
"https:\/\/pay.iyzico.com\/*",
"https:\/\/sandbox.iyzipay.com\/*"
],
"js": [
"src\/bridge\/contentBridge.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"permissions": [
"storage",
"declarativeNetRequest",
"offscreen"
],
"host_permissions": [
"https:\/\/api.trongrid.io\/*",
"https:\/\/api.shasta.trongrid.io\/*",
"https:\/\/pro-api.coinmarketcap.com\/*",
"https:\/\/*.gmcoupons.com\/*",
"https:\/\/*.gminformatics.com\/*",
"https:\/\/servis.gmdestek.com\/*",
"https:\/\/portal.gmdestek.com\/*",
"http:\/\/localhost\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-src https:\/\/servis.gmdestek.com https:\/\/blocktube.tv; media-src 'self' https:\/\/playlist.dacast.com; connect-src 'self' https:\/\/playlist.dacast.com https:\/\/pro-api.coinmarketcap.com https:\/\/api.trongrid.io https:\/\/api.shasta.trongrid.io https:\/\/servis.gmdestek.com https:\/\/portal.gmdestek.com http:\/\/localhost https:\/\/* http:\/\/*;"
},
"web_accessible_resources": [
{
"resources": [
"src\/inject\/inpageProvider.js",
"src\/secure\/gmone-secure-api-client.js",
"secure-proxy.html",
"rules.json"
],
"matches": [
"<all_urls>"
],
"use_dynamic_url": true
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "gmone_security_rules",
"enabled": true,
"path": "rules.json"
}
]
},
"externally_connectable": {
"matches": [
"https:\/\/servis.gmdestek.com\/*",
"https:\/\/portal.gmdestek.com\/*",
"http:\/\/localhost\/*"
]
}
}