Skip to content

Commit 50e1c92

Browse files
committed
2.4.5 Final Public Release
1 parent bc6cc79 commit 50e1c92

58 files changed

Lines changed: 5511 additions & 5650 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

manifest.json

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
"tabs",
1616
"downloads",
1717
"contextMenus",
18-
"sidePanel",
19-
"notifications"
18+
"sidePanel"
2019
],
2120
"background": {
22-
"service_worker": "src/js/core/service-worker.js",
21+
"service_worker": "src/js/entry/service-worker.js",
2322
"type": "module"
2423
},
2524
"host_permissions": [
@@ -28,38 +27,22 @@
2827
"https://clients2.google.com/"
2928
],
3029
"side_panel": {
31-
"default_path": "src/html/popup.html"
30+
"default_path": "src/views/popup/popup.html"
3231
},
3332
"action": {
3433
"default_title": "modcore Extension Manager",
35-
"default_popup": "src/html/popup.html",
34+
"default_popup": "src/views/popup/popup.html",
3635
"default_icon": {
3736
"128": "public/icons/png/modcore-em.png"
3837
}
3938
},
4039
"icons": {
4140
"128": "public/icons/png/modcore-em.png"
4241
},
43-
"content_scripts": [
44-
{
45-
"matches": [
46-
"<all_urls>"
47-
],
48-
"js": [
49-
"src/js/core/content.js"
50-
]
51-
}
52-
],
5342
"options_ui": {
54-
"page": "src/html/snapshot.html",
43+
"page": "src/views/snapshot/snapshot.html",
5544
"open_in_tab": true
5645
},
57-
"browser_specific_settings": {
58-
"gecko": {
59-
"id": "modcoretech@proton.me",
60-
"strict_min_version": "128.0"
61-
}
62-
},
6346
"default_locale": "en",
6447
"content_security_policy": {
6548
"extension_pages": "script-src 'self'; object-src 'self'"

public/fonts/modcore-inter-font-custom/Inter-modcore-400.woff2 renamed to public/fonts/Inter-modcore-400.woff2

File renamed without changes.

public/fonts/modcore-inter-font-custom/Inter-modcore-500.woff2 renamed to public/fonts/Inter-modcore-500.woff2

File renamed without changes.

public/fonts/modcore-inter-font-custom/Inter-modcore-600.woff2 renamed to public/fonts/Inter-modcore-600.woff2

File renamed without changes.

public/fonts/modcore-inter-font-custom/Inter-modcore-700.woff2 renamed to public/fonts/Inter-modcore-700.woff2

File renamed without changes.

public/fonts/modcore-inter-font-custom/OFL.txt renamed to public/fonts/OFL.txt

File renamed without changes.

public/icons/svg/empty-notes.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/icons/svg/notes-illustration.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)