commit 8aa9b013cd98f76155ef45a1231e74a59c43e72c Author: OverPoweredDev Date: Sat Jun 26 17:56:08 2021 +0530 small modifications diff --git a/README.md b/README.md index 81851f9..2d05fe2 100644 --- a/README.md +++ b/README.md @@ -54,20 +54,24 @@ And you're done! you can use the extension to translate within the pop-up or hov │   └── settings.html/css/js └── tests ``` -#### Background +- **Background/** background.js contains all background scripts such as the right-click contextmenu option, the script to redirect the user to the settings page on being installed (TODO) and so on. storage.js is meant for all functions that deal with the two localStorage Objects, apertium.settings and apertium.langPairs. -#### Content + +- **Content/** Modifying the page DOM can only be done through content scripts. The scripts here are triggered on enabled sites and are the ones responsible for the word-hover and webpage translation functionality -#### Pop-Up + +- **Pop-Up/** holds all the files necessary to build the pop-ups for the main pop-up and the smaller settings pop-up. Also has a local copy of bootstrap 5. -#### Settings + +- **Settings/** files related to the main settings page with all options. -#### Manifest + +- **Manifest/** The manifest for the extension, outlining background scripts, pop-up data and permissions. -## Contribution +## Contribution \ No newline at end of file