Skip to content

Commit bbafe38

Browse files
authored
This permission is not needed after all
1 parent c281437 commit bbafe38

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Homepage++",
55
"description": "A web browser extension that allows you to customize your new tab/homepage with fonts, colours, weather and more.",
66
"homepage_url": "https://alexflipnote.dev/homepage_plusplus/",
7-
"version": "2.7.0",
7+
"version": "2.7.1",
88

99
"chrome_url_overrides": {
1010
"newtab": "index.html"
@@ -40,8 +40,7 @@
4040
"storage",
4141
"topSites",
4242
"favicon",
43-
"search",
44-
"windows"
43+
"search"
4544
],
4645

4746
"host_permissions": [

src/privacy.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ <h2 class="no-margin">Permissions Used</h2>
3737
<li><b>topSites</b>: Used to fetch your most visited sites for displaying bookmarks if you enable that feature. If disabled, this permission is not used.</li>
3838
<li><b>favicon</b>: Used to fetch the favicon of your most visited sites for displaying bookmarks. If disabled, this permission is not used.</li>
3939
<li><b>search</b>: Used to perform searches using the browser's default search engine.</li>
40-
<li><b>windows</b>: Used to open and manage the notepad as a separate pop-out window. If the notepad pop-out feature is not used, this permission is not used.</li>
4140
</ul>
4241
<br>
4342
<h2 class="no-margin">Host Permissions</h2>

0 commit comments

Comments
 (0)