Files
Hellion-NewTab/manifest.opera.json
T
JonKazama-Hellion 536e0771a4 chore(release): bump version to v2.0.1 — hardening release
Security fixes, widget event system, local favicons, i18n completeness,
backdrop-filter fallback, code quality improvements. See CHANGELOG.md.
2026-04-16 20:28:22 +02:00

48 lines
953 B
JSON

{
"manifest_version": 3,
"name": "__MSG_extName__",
"default_locale": "en",
"version": "2.0.1",
"description": "__MSG_extDesc__",
"author": "Hellion Online Media - Florian Wathling",
"homepage_url": "https://hellion-media.de",
"permissions": [
"tabs",
"storage",
"bookmarks"
],
"background": {
"service_worker": "src/js/opera/background.js"
},
"content_scripts": [
{
"matches": [
"https://*.opera.com/startpage*",
"http://*.opera.com/startpage*"
],
"js": ["src/js/opera/redirect.js"],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": ["assets/fonts/*.woff2"],
"matches": ["<all_urls>"]
}
],
"action": {
"default_title": "Hellion Dashboard"
},
"icons": {
"16": "assets/icons/icon16.png",
"48": "assets/icons/icon48.png",
"128": "assets/icons/icon128.png"
}
}