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": "Upword: AI notes & summarization tool", "description": "Get the key information from every webpage. Generate AI-powered notes and save time with Upword.", "version": "1.3.1", "manifest_version": 3, "icons": { "16": "images\/upword_icon.png", "48": "images\/upword_icon.png", "128": "images\/upword_icon.png" }, "action": { "default_popup": "popup.html", "default_title": "Upword", "default_icon": "images\/upword_icon.png" }, "permissions": [ "storage", "tabs", "activeTab", "contextMenus" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ], "exclude_matches": [ "https:\/\/www.app.upword.ai\/*", "https:\/\/app.upword.ai\/*", "https:\/\/www.upword.ai\/*", "https:\/\/upword.ai\/*", "https:\/\/accounts.google.com\/*" ] }, { "run_at": "document_start", "matches": [ "https:\/\/www.app.upword.ai\/*", "https:\/\/app.upword.ai\/*", "https:\/\/www.upword.ai\/*", "https:\/\/upword.ai\/*" ], "js": [ "login.js" ] } ] }