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": "Zillow to Utah Real Estate",
"description": "Generates a link to the Utah Real Estate listing for applicable Zillow listings",
"version": "1.0",
"action": [],
"manifest_version": 3,
"background": {
"service_worker": "index.js"
},
"icons": {
"128": "icon128.png"
},
"permissions": [
"scripting",
"activeTab"
],
"host_permissions": [
"https:\/\/www.zillow.com\/*"
]
}