Sell Your House In Texas Without A Real Estate Agent! Make No Repairs, No Cleaning & No Fees! 100% FREE!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Sell My House Fast Houston",
"description": "Sell Your House In Texas Without A Real Estate Agent! Make No Repairs, No Cleaning & No Fees! 100% FREE!",
"version": "1.1",
"manifest_version": 3,
"icons": {
"16": "assets/icons/16.png",
"32": "assets/icons/32.png",
"64": "assets/icons/64.png",
"100": "assets/icons/100.png"
},
"action": {
"default_icon": {
"16": "assets/icons/16.png",
"32": "assets/icons/32.png",
"64": "assets/icons/64.png",
"100": "assets/icons/100.png"
},
"default_title": "Sell My House Fast",
"default_popup": "html/popup.html"
}
}