40d4d9f37a
- Satisfactory, Avorion und Hellion Stealth als neue Themes - Alle 11 Theme-Bilder von JPG/PNG nach WebP konvertieren (~12 MB → 1.1 MB) - Browser-Lesezeichen direkt importieren mit Ordner-Auswahl Modal - Duplikat-Erkennung, URL-Validierung, Chrome/Firefox-Kompatibilität - Version auf 1.11.1 aktualisieren (Manifeste, data.js, newtab.html, app.js)
27 lines
664 B
JSON
27 lines
664 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Hellion NewTab",
|
|
"version": "1.11.1",
|
|
"description": "Personal bookmark dashboard — local, private, no account needed. By Hellion Online Media.",
|
|
"author": "Hellion Online Media - Florian Wathling",
|
|
"homepage_url": "https://hellion-media.de",
|
|
"chrome_url_overrides": {
|
|
"newtab": "newtab.html"
|
|
},
|
|
"permissions": [
|
|
"storage",
|
|
"bookmarks"
|
|
],
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": ["assets/fonts/*.woff2"],
|
|
"matches": ["<all_urls>"]
|
|
}
|
|
],
|
|
"icons": {
|
|
"16": "assets/icons/icon16.png",
|
|
"48": "assets/icons/icon48.png",
|
|
"128": "assets/icons/icon128.png"
|
|
}
|
|
}
|