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,
"version": "3.0",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"short_name": "BlankTab",
"default_locale": "en",
"minimum_chrome_version": "123",
"chrome_url_overrides": {
"newtab": "html\/new-tab.html"
},
"action": [],
"icons": {
"128": "icons\/icon128.png"
},
"permissions": [
"contextMenus",
"storage",
"wallpaper",
"offscreen"
],
"optional_permissions": [
"downloads"
],
"background": {
"service_worker": "service-worker.js",
"type": "module"
}
}