1
0
Fork 0

Move JavaScript files to `src` subdirectory

This commit is contained in:
Krzysztof Sikorski 2021-11-07 23:15:00 +01:00
parent 464a7f976e
commit d1e464764a
Signed by: krzysztof-sikorski
GPG Key ID: 4EB564BD08FE8476
4 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"author": "Krzysztof Andrzej Sikorski",
"background": {
"scripts": [
"background_script.js"
"src/background.js"
]
},
"browser_specific_settings": {

View File

@ -26,6 +26,6 @@
<button type="submit">Save</button>
</p>
</form>
<script src="script.js"></script>
<script src="../src/options.js"></script>
</body>
</html>