Skip to content

Commit dfdcc06

Browse files
committed
flatten sidebar package structure
1 parent 9cc9238 commit dfdcc06

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

packages/sidebar/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"128": "icon.svg"
4343
},
4444
"default_title": "NoteKeeper Sidebar",
45-
"default_panel": "src/panel.html"
45+
"default_panel": "panel.html"
4646
},
4747
"background": {
4848
"scripts": [
49-
"src/background.js"
49+
"background.js"
5050
]
5151
},
5252
"options_ui": {
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<title>NoteKeeper Companion</title>
88
<meta name="description"
99
content="NoteKeeper Companion is a Firefox extension that transforms the sidebar into a minimalist, auto-saving text editor.">
10-
<link rel="icon" type="image/svg+xml" href="../icon.svg" />
11-
<link rel="stylesheet" href="../styles.css" />
12-
<script src="../preload.js"></script>
10+
<link rel="icon" type="image/svg+xml" href="icon.svg" />
11+
<link rel="stylesheet" href="styles.css" />
12+
<script src="preload.js"></script>
1313
</head>
1414

1515
<body>
1616
<header>
1717
<div style="display: flex; align-items: center; gap: 0.25rem;">
18-
<img src="../icon.svg" alt="NoteKeeper Logo" width="24" height="24" />
18+
<img src="icon.svg" alt="NoteKeeper Logo" width="24" height="24" />
1919
<span class="brand">NoteKeeper Companion</span>
2020
</div>
2121

@@ -81,7 +81,7 @@
8181
</div>
8282
</footer>
8383

84-
<script type="text/javascript" src="../script.js"></script>
84+
<script type="text/javascript" src="script.js"></script>
8585
</body>
8686

8787
</html>

0 commit comments

Comments
 (0)