Extension Icon Help

Hey guys. I was wondering if anyone who has knowledge in making extensions and adding an icon to the extension can help me. I tried to add an icon for the extension but it just looks really big. I tried to change the image size, but that didn’t seem to work:

I don’t know if this will be helpful, but here is the JSON file:

{
    "name": "TypeScriptExpanded",
    "version": "0.0.4",
    "description": "TypeScriptExpanded adds extra JavaScript and TypeScript features, utilities, type checks, conversions, and APIs to MakeCode Arcade.",
    "dependencies": {
        "device": "*",
        "arcade-sprite-util": "github:jwunderl/arcade-sprite-util#v0.6.0"
    },
    "files": [
        "main.blocks",
        "main.ts",
        "README.md",
        "docs/optionalproperty.md",
        "docs/testdoc.md",
        "LICENSE",
        "assets.json",
        "ts-extras-test.ts"
    ],
    "testFiles": [
        "test.ts"
    ],
    "targetVersions": {
        "target": "4.1.14",
        "targetId": "arcade"
    },
    "supportedTargets": [
        "arcade"
    ],
    "preferredEditor": "tsprj",
    "weight": 79,
    "icon":"https://raw.githubusercontent.com/CrzLe0723/typescriptexpanded/refs/heads/master/TypeScriptExpandedIcon.png"
}

3 Likes