92c5b23b44
- image-ref.js: .widget-title-text → .widget-title (Titel-Update war kaputt) - Alle 3 Manifests: explizites content_security_policy (script-src/object-src 'self') - i18n.js: applyLanguage() setzt aria-label synchron zu title - newtab.html: 6 Close-Buttons + Search-Submit mit data-i18n-title - i18n.js: 4 neue Keys (dialog.close, search.submit_title, onboarding.tradecenter_desc) - onboarding.js: TradeCenter-Beschreibung auf t() umgestellt Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
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"
|
|
},
|
|
|
|
"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"
|
|
}
|
|
} |