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",
"icons": {
"128": "assets\/images\/logo.png"
},
"name": "ShadowPay Trademanager",
"version": "1.0.5",
"description": "Trade CS:GO skins with ease on ShadowPay.",
"manifest_version": 3,
"permissions": [
"storage",
"notifications",
"background",
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/steamcommunity.com\/*",
"*:\/\/*.steampowered.com\/*",
"http:\/\/*.steamstatic.com\/*",
"*:\/\/steamrep.com\/*",
"*:\/\/steamcdn-a.akamaihd.net\/*",
"https:\/\/api.shadowpay.com\/*"
],
"web_accessible_resources": [],
"externally_connectable": {
"matches": [
"*:\/\/api.shadowpay.com\/*",
"*:\/\/*.steampowered.com\/*",
"*:\/\/steamcommunity.com\/*"
],
"accepts_tls_channel_id": true
},
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "index.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "onBeforeSendHeaders",
"enabled": true,
"path": "rules_1.json"
}
]
},
"content_scripts": []
}