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": "ZIPIT Steam Market Trade Checker",
"version": "1.2.2",
"description": "Help with verifying trades for Counter-Strike (CS:GO & CS2) items on Zipit.gg",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"storage",
"alarms"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"host_permissions": [
"https:\/\/steamcommunity.com\/*",
"*:\/\/api.steampowered.com\/*",
"*:\/\/*.zipit.gg\/*"
],
"optional_host_permissions": [
"*:\/\/*.steampowered.com\/*",
"*:\/\/*.steampowered.com\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/*.steamcommunity.com\/*",
"*:\/\/*.zipit.gg\/*",
"http:\/\/localhost:3000\/*"
]
}
}