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": 2, "name": "__MSG_AppName__", "default_locale": "en", "version": "1.0", "description": "__MSG_AppDesc__", "container": [ "GOOGLE_DRIVE" ], "offline_enabled": true, "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "browser_action": { "default_icon": "images\/icons\/16.png", "default_title": "google meet chat transcript", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "js\/update-conf.js", "js\/update.js" ], "persistent": false } }