diff --git a/manifest.json b/manifest.json
deleted file mode 100644
index a206238..0000000
--- a/manifest.json
+++ /dev/null
@@ -1,38 +0,0 @@
- {
- "name": "Enhanced Aniwatch",
- "version": "0.1.0.0",
- "description": "Contains several enhancments for https://aniwatch.me.",
- "manifest_version": 2,
- "author": "Serraniel",
- "homepage_url": "https://github.com/Serraniel/EnhancedAniwatch",
- "options_ui": {
- "page": "settings/settings.html",
- "open_in_tab": true
- },
- "permissions": [
- "storage"
- ],
- "content_scripts": [{
- "matches": [
- "*://aniwatch.me/*"
- ],
- "js": [
- "settings/SettingsProvider.js",
- "utils/colors.js",
- "utils/helpers.js",
- "utils/aniwatchCore.js"
- ],
- "run_at": "document_start"
- },
- {
- "matches": [
- "*://aniwatch.me/*"
- ],
- "js": [
- "enhancements/quickSearch.js",
- "enhancements/animeRequests.js"
- ],
- "run_at": "document_end"
- }
- ]
- }
\ No newline at end of file
diff --git a/settings/settings.html b/src/html/settings.html
similarity index 89%
rename from settings/settings.html
rename to src/html/settings.html
index c0bb0b8..4a8647d 100644
--- a/settings/settings.html
+++ b/src/html/settings.html
@@ -17,7 +17,5 @@
-
-