Skip to content

Commit ed009d6

Browse files
fixed form extension
1 parent a661965 commit ed009d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
"name":"Serum Ledger",
88
"description":"Emergency notification system",
9-
"version":"1.0.0",
9+
"version":"3.0.0",
1010
"icons":{"128":"unnamed1.png"},
1111
"browser_action": {
1212
"default_icon": "unnamed1.png",

popup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ <h1 class="logo" text-align="center">
4747

4848
<div class="col-md-6">
4949
<div class="row">
50-
<form class="text-center border border-light p-5" autocomplete="off" action="https://mudvfinalradar.eu-gb.cf.appdomain.cloud/result" id="myForm" target="_blank" style="margin: auto;
50+
<form class="text-center border border-light p-5" autocomplete="off" action="https://node-blood-donation-app.herokuapp.com/getdonors/api" id="myForm" target="_blank" style="margin: auto;
5151
margin-top: 8px;margin-bottom:8px" >
52-
<input type="text" class="form-control mb-4" name="url" placeholder="Enter Tracking Location" style="border: groove;" required>
52+
<input type="text" class="form-control mb-4" name="location" placeholder="Enter Tracking Location" style="border: groove;" required>
5353
<button class="btn btn-info btn-block my-4" type="submit">Get Status</button>
5454
</form>
5555
</div>

popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ chrome.tabs.query({'active': true, 'lastFocusedWindow': true, 'currentWindow': t
6363
function show() {
6464

6565
new Notification("Donor found nearby !!", {
66-
icon: 'life.jpg',
66+
icon: 'unnamed1.png',
6767
body: obj.allusers.length+' Donor found nearby in ' + c + '\nLatitude: '+ la + ' Longitude: '+ lo+ acc,
6868
requireInteraction: true
6969
}).onclick = (e) => {

0 commit comments

Comments
 (0)