# WP6 Image Classifier Firefox Extension
This Firefox extension does [brief description of what your extension does].
## How to Try Out the Extension
Follow these steps to upload the manifest file and try out the extension in Firefox:
### 1. Find the extension files
Search for the `manifest.json` file in the build directory:
### 2. Open Firefox and Access the Add-ons Page
1. Open Firefox.
2. Type `about:debugging` in the address bar and press Enter.
3. Click on `This Firefox` in the left sidebar.
### 3. Load Temporary Add-on
1. Click the `Load Temporary Add-on…` button.
2. In the file dialog, navigate to the build directory.
3. Select the `manifest.json` file.
Your extension should now be loaded and active in Firefox. You can see it in the list of Temporary Extensions on the `about:debugging` page.
### 4. Test Your Extension
- Interact with the extension by clicking the extensions icon and selecting the newly added one