Skip to content

Commit

Permalink
Prioritize TT SVG icon loading in manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashank999 committed Nov 15, 2023
1 parent 902b80b commit 8a5b14f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion extension/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"version": { "major": 6, "minor": 21, "build": 0 },
"title": "Beta",
"date": false,
"logs": { "features": [], "fixes": [{ "message": "Fix CSP error for Points Value.", "contributor": "TheFoxMan" }], "changes": [], "removed": [] }
"logs": {
"features": [],
"fixes": [{ "message": "Fix CSP error for Points Value.", "contributor": "TheFoxMan" }],
"changes": [{ "message": "Load TT SVG logo before other files.", "contributor": "TheFoxMan" }],
"removed": []
}
},
{
"version": { "major": 6, "minor": 20, "build": 0 },
Expand Down
6 changes: 3 additions & 3 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
],
"js": [
"vendor/fontawesome/fontawesome.js",
"resources/images/svg-icons/cross.js",
"resources/images/svg-icons/back.js",
"resources/images/svg-icons/icon_128.js",
"scripts/global/globalClasses.js",
"scripts/global/globalData.js",
"scripts/global/functions/browser.js",
Expand Down Expand Up @@ -114,9 +117,6 @@
"scripts/features/stacking-mode/ttStackingMode.css"
],
"js": [
"resources/images/svg-icons/cross.js",
"resources/images/svg-icons/back.js",
"resources/images/svg-icons/icon_128.js",
"scripts/content/global/ttGlobal.js",
"scripts/features/colored-chat/ttColoredChat.js",
"scripts/features/search-chat/ttSearchChat.js",
Expand Down

0 comments on commit 8a5b14f

Please sign in to comment.