Files
Hellion-NewTab/manifest.firefox.json
T

35 lines
781 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "assets/icons/icon16.png",
"48": "assets/icons/icon48.png",
"128": "assets/icons/icon128.png"
}
}