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": "Transcript LOL", "description": "Create transcripts, summaries, meeting notes, and more!", "version": "0.2.4", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7caocp1TR\/2p3RX9zR8Pfj6vKc0plDlgHugrHBwNNbxeWbA3jZQnk+8cgvZQL8N8ok8+K375Xyi25vK44MMcTobGCi9uNiFiZCWsH\/sydBPa2ZfuMPYLQOMuSRvY68mYLBFCf6CGhiHrL29UaXuMP1muDgg4UJXAW79UHlhV6wEa44fdUdBkhl9CzlRvU67KQ4+tPEdQI1e5YmqTAC\/uDeR3eyRh3VBwi8vYRz7QDOgUu4+jckinUFlRkrP9H7KxaJvGW1ukTGqBIxBeQqEWqppH0eyOyC4WLfCeL3Dc1\/\/whtDcUw\/72+OirdLF3uiqzpKlqV91VmveMPzEpg9+1QIDAQAB", "host_permissions": [ "https:\/\/transcript.lol\/*" ], "permissions": [ "tabCapture", "offscreen", "activeTab" ], "externally_connectable": { "matches": [ "https:\/\/transcript.lol\/*" ] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Transcript - Create transcripts, summaries, meeting notes, and more!", "default_popup": "popup.html" } }