Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lordify", "description": "Make yourself into a landlord by calculating the expected return on investment for any property on Zillow.", "homepage_url": "https:\/\/github.com\/llagerlof\/fresh-chrome-extension", "version": "0.6", "manifest_version": 3, "action": { "default_title": "Lordify", "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "content_scripts": [ { "run_at": "document_start", "js": [ "before.js" ], "matches": [ "https:\/\/www.zillow.com\/*" ] }, { "run_at": "document_idle", "js": [ "after2.js" ], "matches": [ "https:\/\/www.zillow.com\/*" ] } ], "permissions": [ "tabs", "scripting" ], "host_permissions": [ "https:\/\/www.zillow.com\/*" ] }