Skip to content

Commit 79d8558

Browse files
committed
Add screenshot to README
1 parent ecd3428 commit 79d8558

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A lightweight Chrome extension that lets you **add personal notes** and track the status of your **Amazon returns** directly on the [Amazon Return History page](https://www.amazon.com/spr/returns/history).
44

5+
<img alt="Extension screenshot" src="screenshot.png" title="Extension screenshot" width="750" />
6+
57
---
68

79
## ✨ Features
@@ -17,7 +19,7 @@ A lightweight Chrome extension that lets you **add personal notes** and track th
1719

1820
## 🧩 Installation (Developer Mode)
1921

20-
1. **Download the ZIP** or clone this repository:
22+
1. [Download the latest release zip file here](https://github.com/squatto/amazon-return-notes-extension/releases/latest) or clone this repository:
2123
```bash
2224
git clone https://github.com/squatto/amazon-return-notes-extension.git
2325
```
@@ -115,7 +117,7 @@ amazon-return-notes/
115117
**Author:** Scott Carpenter
116118
**Email:** scott@payforstay.com
117119
**License:** MIT
118-
**Version:** 1.0.0
120+
**Version:** 1.0.1
119121

120122
---
121123

manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"manifest_version": 3,
33
"name": "Amazon Return Notes",
44
"description": "Add notes and tracking to your Amazon return history.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"author": "Scott Carpenter (scott@payforstay.com)",
7+
"homepage_url": "https://github.com/squatto/amazon-return-notes-extension",
78
"permissions": [
89
"storage"
910
],
@@ -27,4 +28,4 @@
2728
"48": "icon-48.png",
2829
"128": "icon-128.png"
2930
}
30-
}
31+
}

screenshot.png

139 KB
Loading

0 commit comments

Comments
 (0)