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": "Content Chooser", "description": "Manage your contents with ease.", "author": "officeatwork AG", "version": "1.0.46", "icons": { "16": "contentchooser-white.016.png", "32": "contentchooser-white.032.png", "48": "contentchooser-white.048.png", "128": "contentchooser-white.128.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "contentchooser-white.016.png", "24": "contentchooser-white.024.png", "32": "contentchooser-white.032.png" }, "default_title": "Content Chooser" }, "content_scripts": [ { "js": [ "extension.js" ], "css": [ "content-chooser.css" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "background.js" }, "permissions": [], "host_permissions": [ "https:\/\/contentchooser-browser-extension.officeatwork.com\/" ] }