diff --git a/manifest.json b/manifest.json index 3cd1b22..b1752b6 100644 --- a/manifest.json +++ b/manifest.json @@ -18,13 +18,13 @@ "content_scripts": [ { "matches": ["http://*/*", "https://*/*"], - "js": ["scripts/watchman.js"] + "js": ["scripts/outside/watchman.js"] } ], "web_accessible_resources": [ { "matches": ["http://*/*", "https://*/*"], - "resources": ["scripts/*.js", "gui/scripts/*.js", "gui/scripts/*.JS", "config/*.json"] + "resources": ["scripts/*.js", "gui/scripts/*.js", "gui/scripts/AI/*.js", "gui/scripts/outside/*.js", "gui/scripts/*.JS", "config/*.json"] } ], diff --git a/scripts/reader.js b/scripts/outside/reader.js similarity index 100% rename from scripts/reader.js rename to scripts/outside/reader.js diff --git a/scripts/watchman.js b/scripts/outside/watchman.js similarity index 100% rename from scripts/watchman.js rename to scripts/outside/watchman.js