Skip to content

Commit

Permalink
Update manifest names and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tztsai committed Nov 11, 2024
1 parent 1984d23 commit 4e3391c
Show file tree
Hide file tree
Showing 21 changed files with 61 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ package-lock.json
/*.zip
/manifest.json
/background/index-compilers.js
.DS_Store
Binary file added icons/dark/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/dark/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/dark/favicon.ico
Binary file not shown.
17 changes: 17 additions & 0 deletions icons/dark/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/dark/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/dark/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/default/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/default/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/default/favicon.ico
Binary file not shown.
17 changes: 17 additions & 0 deletions icons/default/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/default/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/default/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/light/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/light/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/light/favicon.ico
Binary file not shown.
17 changes: 17 additions & 0 deletions icons/light/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/light/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/light/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 5 additions & 12 deletions manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
{
"manifest_version": 3,
"name" : "Markdown Viewer",
"name" : "MDwise Page Reader",
"version" : "5.3",
"description" : "Dark Mode • Themes • Autoreload • Mermaid Diagrams • MathJax • ToC • Syntax Highlighting",

"homepage_url": "https://chromewebstore.google.com/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk",


"icons": {
"16" : "/icons/default/16x16.png",
"19" : "/icons/default/19x19.png",
"38" : "/icons/default/38x38.png",
"48" : "/icons/default/48x48.png",
"128": "/icons/default/128x128.png"
"96" : "/icons/default/favicon-96x96.png"
},

"action": {
"default_icon": {
"16" : "/icons/default/16x16.png",
"19" : "/icons/default/19x19.png",
"38" : "/icons/default/38x38.png",
"48" : "/icons/default/48x48.png",
"128" : "/icons/default/128x128.png"
"192" : "/icons/default/web-app-manifest-192x192.png"
},
"default_title": "Markdown Viewer",
"default_title": "MDwise Page Reader",
"default_popup": "/popup/index.html"
},

Expand Down
16 changes: 4 additions & 12 deletions manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
{
"manifest_version": 3,
"name" : "Markdown Viewer",
"name" : "MDwise Page Reader",
"version" : "5.3",
"description" : "Dark Mode • Themes • Autoreload • Mermaid Diagrams • MathJax • ToC • Syntax Highlighting",

"homepage_url": "https://github.com/simov/markdown-viewer",

"icons": {
"16" : "/icons/default/16x16.png",
"19" : "/icons/default/19x19.png",
"38" : "/icons/default/38x38.png",
"48" : "/icons/default/48x48.png",
"128": "/icons/default/128x128.png"
"96" : "/icons/default/favicon-96x96.png"
},

"action": {
"default_icon": {
"16" : "/icons/default/16x16.png",
"19" : "/icons/default/19x19.png",
"38" : "/icons/default/38x38.png",
"48" : "/icons/default/48x48.png",
"128" : "/icons/default/128x128.png"
"192" : "/icons/default/web-app-manifest-192x192.png"
},
"default_title": "Markdown Viewer",
"default_title": "MDwise Page Reader",
"default_popup": "/popup/index.html"
},

Expand Down

0 comments on commit 4e3391c

Please sign in to comment.