Skip to content

Commit 1751058

Browse files
authored
Merge pull request #19 from jamesainslie/chore-polish-the-yak
feat(branding): update icons and fix version sync
2 parents c841886 + 5c694ed commit 1751058

File tree

11 files changed

+105
-112
lines changed

11 files changed

+105
-112
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@
4242
## Installation
4343

4444
### From Chrome Web Store
45-
1. Visit the [MDView page on Chrome Web Store](#) (coming soon)
46-
2. Click "Add to Chrome"
47-
3. Grant file access permissions when prompted
45+
Coming soon! MDView will be available on the Chrome Web Store.
4846

4947
### From Source
5048
1. Clone this repository:
@@ -81,8 +79,6 @@ To view local markdown files:
8179
3. Click **"Details"**
8280
4. Scroll down and **enable "Allow access to file URLs"**
8381

84-
See [TROUBLESHOOTING.md](./TROUBLESHOOTING.md) for additional help.
85-
8682
## Usage
8783

8884
### Opening Markdown Files
@@ -132,7 +128,7 @@ MDView includes both NPM scripts and a Makefile for building and development tas
132128
```
133129
mdview/
134130
├── src/
135-
│ ├── background/ # Service worker
131+
│ ├── background/ # Service worker
136132
│ ├── content/ # Content script
137133
│ ├── core/ # Core rendering logic (pipeline, converter)
138134
│ ├── renderers/ # Syntax & Mermaid renderers

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite build --watch",
8-
"build": "tsc && vite build && node scripts/fix-manifest.js",
8+
"build": "node scripts/update-manifest-version.js && tsc && vite build && node scripts/fix-manifest.js",
99
"preview": "vite preview",
1010
"test": "vitest",
1111
"test:ci": "vitest --run",

public/icons/icon128.png

2.13 KB
Loading

public/icons/icon128.svg

Lines changed: 30 additions & 26 deletions
Loading

public/icons/icon16.png

-25 Bytes
Loading

public/icons/icon16.svg

Lines changed: 21 additions & 26 deletions
Loading

public/icons/icon32.png

241 Bytes
Loading

public/icons/icon32.svg

Lines changed: 24 additions & 26 deletions
Loading

public/icons/icon48.png

518 Bytes
Loading

public/icons/icon48.svg

Lines changed: 26 additions & 26 deletions
Loading

0 commit comments

Comments
 (0)