You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Bill Splitter extension 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.
To Reproduce
Steps to reproduce the behavior:
Go to the directory ~\Open source\GGExtensions\Bill Splitter
Attempt to load the Bill Splitter extension in the browser
Observe the extension failing to load
See error message indicating the missing icon and manifest load failure
Expected behavior
The Bill Splitter extension should load successfully without any errors. All icons specified in the manifest.json file should be present and accessible.
Screenshots
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.
The text was updated successfully, but these errors were encountered:
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.
Describe the bug
The Bill Splitter extension 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.
To Reproduce
Steps to reproduce the behavior:
Go to the directory ~\Open source\GGExtensions\Bill Splitter
Attempt to load the Bill Splitter extension in the browser
Observe the extension failing to load
See error message indicating the missing icon and manifest load failure
Expected behavior
The Bill Splitter extension should load successfully without any errors. All icons specified in the manifest.json file should be present and accessible.
Screenshots
![image](https://private-user-images.githubusercontent.com/109781385/332632873-78ffb9b3-18b5-4f6f-99e6-39522c5bd34e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Mzc0NDQsIm5iZiI6MTczOTQzNzE0NCwicGF0aCI6Ii8xMDk3ODEzODUvMzMyNjMyODczLTc4ZmZiOWIzLTE4YjUtNGY2Zi05OWU2LTM5NTIyYzViZDM0ZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QwODU5MDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iM2IwZDY3M2E2MTUwOTI0NzU2YTQ4NDIwMmFhYzdhNWE5NGZmNzFmOWY5ZGVkNDRjZTk3YmUwYjAyN2M5MmIzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.-yjR9SW4c_aj6w2Q-ZY6kYl-8nyhVE_TUUtYZY7OqGc)
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.
The text was updated successfully, but these errors were encountered: