phparkle / disable-scroll-wheel-zoom

Chrome extension that disables the ctrl + scroll wheel zoom shortcut.
14 stars 2 forks source link

Updated README and JS code improvements. #4

Open felipealfonsog opened 9 months ago

felipealfonsog commented 9 months ago

This pull request includes the following changes:

Updated the README to provide clearer instructions and information about the extension. Made improvements to the code for better performance and readability.

Moved disable-scroll-wheel-zoom.js, disable-scroll-wheel-zoom.min.js, and disable-scroll-wheel-zoom.v3.js from the src directory to the root directory for easier access. Added missing icon96.png to the images directory. Removed redundant files and directories. Ensured consistency in file naming and formatting. Updated the manifest.json file to reflect the changes made in the project structure with the latest standards.

felipealfonsog commented 9 months ago

Reorganized the project structure as follows:

.
├── CODE_OF_CONDUCT.md
├── LICENSE
├── README.md
├── images
│   ├── icon128.png
│   ├── icon16.png
│   ├── icon48.png
│   ├── icon96.png
│   └── screenshot.png
├── manifest.json
├── package.json
└── src
    ├── disable-scroll-wheel-zoom.js
    ├── disable-scroll-wheel-zoom.min.js
    └── disable-scroll-wheel-zoom.v3.js