198171b6c2
- Onboarding mit Widget-Toolbar Slide und Gaming Starter Board - Settings in Darstellung-Modal und schlankes Settings-Panel - About-Block als fixierten Footer im Settings-Panel - Dropdown-Optionen an Theme-Farben anpassen - Projekt-Dokumentation (Architektur, Widget-Schema, Patterns) - Firefox Update-URL für Store-Veröffentlichung - Versions-Bump auf 1.9.0 in allen Manifests
41 lines
988 B
JSON
41 lines
988 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Hellion NewTab",
|
|
"version": "1.9.0",
|
|
"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"
|
|
],
|
|
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "hellion-newtab@hellion-media.de",
|
|
"update_url": "https://hellion-media.de/extensions/firefox/updates.json",
|
|
"strict_min_version": "142.0",
|
|
"data_collection_permissions": {
|
|
"required": [
|
|
"none"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
} |