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, "default_locale": "en", "name": "__MSG_appName__", "version": "1.0.2", "description": "__MSG_appDesc__", "permissions": [ "storage", "identity", "identity.email" ], "host_permissions": [ "https:\/\/api.cliptxt.com\/*", "https:\/\/ws.some.im\/*", "https:\/\/www.youtube.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "ClipTxt" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "options_page": "options.html", "web_accessible_resources": [ { "resources": [ "i18n.js" ], "matches": [ "<all_urls>" ] } ] }