Closed thevijayshankersharma closed 6 months ago
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Hello @thevijayshankersharma! Your issue #460 has been closed. Thank you for your contribution!
Describe the bug The extensions fails to load due to missing icons specified in the manifest.json file. The error message indicates that the file images/icon-48.png could not be loaded, which results in the entire manifest failing to load. Markdown previewer, Memory game, Minesweeper, Movie Finder, Number Guess Game, Qr code generator, and many more.
To Reproduce Steps to reproduce the behavior: Go to the directory ~\Open source\GGExtensions\any_of_above Attempt to load the Markdown Previewer extension in the browser Observe the extension failing to load See error message indicating the missing icon and manifest load failure
Expected behavior The extensions should load successfully without any errors. All icons specified in the manifest.json file should be present and accessible.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context The error indicates that the icon file images/icon-48.png specified in the manifest.json is missing. Ensure all files referenced in the manifest are correctly placed in the specified paths.