Skip to content

Commit cefbee3

Browse files
Add Firefox extension id to source
1 parent bd632c0 commit cefbee3

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# ![Property Seeker](https://github.com/user-attachments/assets/73740ed3-8d6d-4b6b-a7a4-53c889dfd2ac)
22

3-
Take the guess work out of house hunting 🎉
3+
Take the guesswork out of house hunting 🎉
44

55
Reveals the hidden price range for Australian retail and commercial property advertised on:
66

7-
- [Domain](https://www.domain.com.au)
8-
- [realestate.com.au](https://www.realestate.com.au)
9-
- [realcommercial.com.au](https://www.realcommercial.com.au)
7+
- 🏠 [domain.com.au](https://www.domain.com.au)
8+
- 🏠 [realestate.com.au](https://www.realestate.com.au)
9+
- 🏢 [realcommercial.com.au](https://www.realcommercial.com.au)
1010

1111
[<img src="https://cdn.buymeacoffee.com/buttons/v2/default-orange.png" width="150" />](https://www.buymeacoffee.com/cheesestringer)
1212

@@ -18,7 +18,6 @@ If you'd like to find the hidden salary range for jobs check out [Salary Seeker]
1818
- **Reveal hidden prices**: Automatically display the hidden prices for properties.
1919
- **Property value estimates**: View estimated property values from property.com.au.
2020
- **Hide unwanted listings**: Hide properties you're not interested in, even after you refresh or revisit the site.
21-
- **Privacy-Focused**: Searches are performed locally in your browser, ensuring your data is never shared externally.
2221
- **View prices everywhere**: Show prices on search results, property details, and maps.
2322
- **Walk Score integration**: View Walk Score ratings to understand a property's walkability.
2423
- **Property tracker integration**: Quickly access realestate.com.au property tracker insights and data, removing the need to manually search for property details.
@@ -48,9 +47,9 @@ You can use Property Seeker on your Android device by installing [Firefox](https
4847

4948
## Demo
5049

51-
### Domain
50+
### domain.com.au
5251

53-
![Domain](https://github.com/user-attachments/assets/2faf65c4-9c42-472c-9e40-3359edbc773e)
52+
![domain.com.au](https://github.com/user-attachments/assets/2faf65c4-9c42-472c-9e40-3359edbc773e)
5453

5554
### realestate.com.au
5655

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "property-seeker",
33
"displayName": "Property Seeker",
44
"version": "2.0.12",
5-
"description": "Take the guess work out of house hunting.",
5+
"description": "Take the guesswork out of house hunting. Instant property insights for realestate.com.au & domain.com.au.",
66
"author": "cheesestringer",
77
"scripts": {
88
"postinstall": "patch-package",
@@ -46,7 +46,7 @@
4646
],
4747
"browser_specific_settings": {
4848
"gecko": {
49-
"id": "$FIREFOX_EXTENSION_ID"
49+
"id": "{11eedd3f-ce55-4b6e-8234-c38f461f1f8e}"
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)