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 Questions App: Daily Prep in New Chrome Tab",
"version": "1.3.12",
"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\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_title": "Zen Frontend Interview Questions",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"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": "Frontend Interview Questions: Daily Prep"
}