moved popup to src folder
This commit is contained in:
parent
fc43e55604
commit
ddd8cd2bf9
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
*.xcf
|
||||
*.zip
|
||||
.vscode/
|
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"manifest_version": 3,
|
||||
"action": {
|
||||
"default_popup": "popup.html"
|
||||
"default_popup": "src/popup.html"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="src/styles.css">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -57,6 +57,6 @@
|
|||
<a id="source" target="_blank" href="https://github.com/Lauchmelder23/FuriKani">Source Code</a>
|
||||
</footer>
|
||||
|
||||
<script src="src/popup.js"></script>
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue