60a1bec00d
Alle 3 Manifests, newtab.html, data.js, app.js auf 2.1.0. CHANGELOG-Eintrag mit allen 6 neuen Calculator-Modi. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "__MSG_extName__",
|
|
"default_locale": "en",
|
|
"version": "2.1.0",
|
|
"description": "__MSG_extDesc__",
|
|
"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>"]
|
|
}
|
|
],
|
|
"content_security_policy": {
|
|
"extension_pages": "script-src 'self'; object-src 'self'"
|
|
},
|
|
"icons": {
|
|
"16": "assets/icons/icon16.png",
|
|
"48": "assets/icons/icon48.png",
|
|
"128": "assets/icons/icon128.png"
|
|
}
|
|
} |