diff --git a/de/cantry/fixcsgoinventory/icon_128.png b/de/cantry/fixcsgoinventory/icon_128.png new file mode 100644 index 0000000..92468e1 Binary files /dev/null and b/de/cantry/fixcsgoinventory/icon_128.png differ diff --git a/de/cantry/fixcsgoinventory/manifest.json b/de/cantry/fixcsgoinventory/manifest.json index 567ed18..0984a9a 100644 --- a/de/cantry/fixcsgoinventory/manifest.json +++ b/de/cantry/fixcsgoinventory/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "FixCSGOInventory", "description": "This extension will use an other more stable endpoint to avoid loading errors", - "version": "1.0", + "version": "1.0.1", "permissions": [ "*://steamcommunity.com/*/inventory/" ], @@ -19,5 +19,13 @@ ], "web_accessible_resources": [ "js/SteamEconomyFixed.js" - ] -} \ No newline at end of file + ], + "page_action": { + "default_icon": { + "128": "icon_128.png" + }}, + "icons": { + "128": "icon_128.png" + }, + "homepage_url": "https://github.com/cantryDev/FixCSGOInventory" +}