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": "__MSG_extName__",
"version": "2.1",
"default_locale": "en",
"description": "__MSG_extDescription__",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/steamcommunity.com\/market\/listings\/*"
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "logo16px.png",
"32": "logo32px.png",
"64": "logo64px.png",
"128": "logo128px.png"
}
}