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": "Dovie - Find Travel Deals", "version": "1.2", "description": "Save money on flights, hotels, rentals, and more. By the Dovie team.", "permissions": [ "activeTab" ], "icons": { "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "action": { "default_popup": "index.html", "default_icon": { "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ] } ] }