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": "LearnTube - Make Social Media Productive", "version": "1.0.2", "description": "Make scrolling social media productive with your own quick learning quizzes.", "permissions": [ "storage", "identity", "identity.email", "tabs", "activeTab", "webNavigation", "scripting" ], "oauth2": { "client_id": "403371863073-m0r933a2tr1j79p7g5q38ne7d5s38rnv.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "assets\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "host_permissions": [ "<all_urls>", "*:\/\/*.googleapis.com\/*", "*:\/\/accounts.google.com\/*", "*:\/\/*.firebaseapp.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.netflix.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.tiktok.com\/*", "*:\/\/*.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "assets\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "questions.html", "blocked.html", "success.html", "cancel.html", "assets\/*", "style.css", "pages\/*" ], "matches": [ "<all_urls>" ] } ] }