diff --git a/assets/manifest.json b/assets/manifest.json index 50dd458..4a01611 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -1,8 +1,8 @@ { "name": "Offie - Airbnb Wifi Reviews", - "description": "View Airbnb Wifi and workspace info from the search results page.", + "description": "View Wifi and workspace info from the Airbnb search results page.", "manifest_version": 3, - "version": "0.0.6", + "version": "0.0.7", "icons": { "16": "img/offie-logo-16.png", "48": "img/offie-logo-48.png", diff --git a/src/content/utils/dom.ts b/src/content/utils/dom.ts index 2f1d2b8..f1b9eed 100644 --- a/src/content/utils/dom.ts +++ b/src/content/utils/dom.ts @@ -187,7 +187,7 @@ export const waitForListingsLoad = async (): Promise => { let curWaitMs = 250; const waitIntervalMs = 250; - const maxWaitMs = 10000; + const maxWaitMs = 30000; return new Promise((resolve, reject) => { const interval = setInterval(async () => {