Manifestfile füe Mozilla Firefox endlich hinbekommen, das der Bot Check dort klappt

This commit is contained in:
2026-03-21 01:01:22 +01:00
parent f55e1ce186
commit b430b67df9
2 changed files with 13 additions and 4 deletions
+12 -3
View File
@@ -1,26 +1,35 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "Hellion NewTab",
"version": "1.2.0",
"description": "Personal bookmark dashboard — local, private, no account needed. By Hellion Online Media.",
"author": "Florian Wathling hellion-media.de",
"homepage_url": "https://hellion-media.de",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage",
"bookmarks"
],
"browser_specific_settings": {
"gecko": {
"id": "hellion-newtab@hellion-media.de",
"strict_min_version": "109.0"
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "assets/icons/icon16.png",
"48": "assets/icons/icon48.png",
"128": "assets/icons/icon128.png"
}
}
}
+1 -1
View File
@@ -273,4 +273,4 @@ function parseBookmarkHtml(html) {
});
}
return result;
}
}