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": "Glance - Automatically rename downloaded file", "version": "1.8.0", "permissions": [ "downloads", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "type": "module", "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content_script.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" } } }