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", "manifest_version": 3, "name": "Catch a Flat - ImmoScout24 Notifier", "version": "3.0", "description": "The FASTEST way to see a newly published apartments on ImmoScout24 \ud83d\udd25", "permissions": [ "scripting", "notifications", "activeTab", "tabs", "storage" ], "host_permissions": [ "https:\/\/www.immobilienscout24.de\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16x16.png", "48": "icon48x48.png", "128": "icon128x128.png" } }, "icons": { "16": "icon16x16.png", "48": "icon48x48.png", "128": "icon128x128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ] }