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": "__MSG_extName__",
"version": "1.1.4",
"description": "__MSG_extDescription__",
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage",
"notifications",
"bookmarks",
"favicon",
"identity"
],
"host_permissions": [
"https:\/\/api.open-meteo.com\/*",
"https:\/\/api.bigdatacloud.net\/*",
"https:\/\/www.google.com\/s2\/favicons*",
"https:\/\/images.unsplash.com\/*",
"https:\/\/api.basetab.net\/*"
],
"oauth2": {
"client_id": "52412467174-dheu3hck2hgm9gltjvkd82qh07h8em3u.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "BaseTab"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}