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": "Frontend Interview Flashcards: Get Ready for Your Next Dream Job", "version": "1.3.6", "description": "Practice coding interviews daily! Transform your new tab into a learning hub with algorithms, data structures, and JS concepts.", "author": "tmdautov", "homepage_url": "https:\/\/zenfrontend.com\/", "icons": { "16": "icons\/jslogo.png", "32": "icons\/jslogo.png", "48": "icons\/jslogo.png", "128": "icons\/jslogo.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "content\/*", "content\/**\/*" ], "use_dynamic_url": false } ], "short_name": "Coding Interview" }