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": "Skinplace Trademanager",
"version": "1.0.1",
"description": "Sell skins safely with SkinPlace.",
"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.skin.place\/*"
],
"web_accessible_resources": [],
"externally_connectable": {
"matches": [
"*:\/\/api.skin.place\/*",
"*:\/\/*.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": [
{
"matches": [
"https:\/\/steamcommunity.com\/profiles\/*\/tradeoffers*",
"https:\/\/steamcommunity.com\/id\/*\/tradeoffers*"
],
"js": [
"offers.js"
]
}
]
}