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": "random-string-generator", "version": "1.1", "description": "This is a random string generator.", "permissions": [ "activeTab", "scripting", "contextMenus", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "options.html", "default_icon": { "16": "icons\/coach_16x16.jpg", "48": "icons\/coach_48x48.jpg", "128": "icons\/coach_128x128.jpg" } }, "icons": { "16": "icons\/coach_16x16.jpg", "48": "icons\/coach_48x48.jpg", "128": "icons\/coach_128x128.jpg" }, "options_page": "options.html" }