Skip to content

Conversation

@HakamFostok
Copy link
Contributor

@HakamFostok HakamFostok commented Apr 15, 2025

  • Add .vs/ to the .gitignore file for developers using Visual Studio.
  • Format the main.css file using VS Code.
  • Upgrade the extension's manifest.json file from V2 to V3.
    https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline
  • Fixing JavaScript errors in background.js and options.js after the migration, as a lot of the API was changed from V2 to V3.
    Almost all of the changes in background.js and options.js were done by Copilot and ChatGPT (please double-check them).
    Update the extension's version from 1.6.8 to 2.0.0, as this new version includes a new Chrome Extension API (V3 instead of V2).
  • I tested the extension locally on my machine, and it worked. Please also check from your side.
  • Take your time, please, and thank you a lot.

HakamFostok and others added 2 commits April 15, 2025 19:36
- Format main.css file using vs code.
- Upgrade the extension from extension manifest.json V2 to V3
https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline
- Fixing javascript errors in `background.js` and `options.js` after the migration, as a lot of the API was changed from V2 to V3
- Almost all of the changes in `background.js` and `options.js` was done by copilot and ChatGPT (please double check them).
- Update the version of the extension from 1.6.4 to 2.0.0 because this new version include new Chrome Extension API (V3 instead of V2).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant