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": "GNDL", "version": "1.3", "description": "Provides summarization, translation, and text-to-speech features using AI", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "translations.js", "content_script.js" ] } ], "web_accessible_resources": [ { "resources": [ "styles.css" ], "matches": [ "<all_urls>" ] } ] }