Skip to content

Commit

Permalink
chore: Update version to 1.0.3 and add image assets for WhatsApp Link…
Browse files Browse the repository at this point in the history
… Generator
  • Loading branch information
klrab3490 committed Aug 3, 2024
1 parent 650c0cc commit 7b5eeaa
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ A Chrome extension to generate WhatsApp links for sending messages to multiple p
```bash
git clone https://github.com/yourusername/whatsapp-link-generator.git
cd whatsapp-link-generator
```

## Image or Working

- ![Interface](./Working%20Images/WhatsApp%20Link%20Generator.png)
- ![Interface Live](./Working%20Images/Screenshot%202024-08-03%20195005.png)
- ![Interface Live With Link Generated](./Working%20Images/Interface.png)
- ![WhatsApp Message 1](./Working%20Images/1.png)
- ![WhatsApp Message 2](./Working%20Images/1.png)
Binary file added Working Images/1.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 Working Images/2.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 Working Images/Interface.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 Working Images/Screenshot 2024-08-03 195005.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 Working Images/WhatsApp Link Generator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "WhatsApp Link Generator",
"version": "1.0.2",
"version": "1.0.3",
"description": "Generate WhatsApp links for payment requests",
"permissions": ["activeTab", "tabs","storage"],
"action": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whatsapp-link-generator",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Chrome extension to generate WhatsApp links for sending same messages to multiple phone numbers.",
"main": "popup.js",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ <h1>WhatsApp Link Generator</h1>
<button id="generate">Generate Links</button>
<div id="openAll" style="display: none;">
<h2>Generated Links</h2>
<div id="links"></div>
<ol>
<li id="links"></li>
</ol>
<button id="openAll">Open All Links</button>
</div>
<script src="popup.js"></script>
Expand Down

0 comments on commit 7b5eeaa

Please sign in to comment.