Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tundra",
"description": "Where knowledge grows.",
"version": "0.0.7",
"manifest_version": 3,
"action": {
"default_icon": {
"16": "\/images\/[email protected]",
"32": "\/images\/[email protected]",
"48": "\/images\/[email protected]",
"128": "\/images\/[email protected]"
}
},
"background": {
"service_worker": "extension-worker.js",
"type": "module"
},
"icons": {
"16": "\/images\/[email protected]",
"48": "\/images\/[email protected]",
"128": "\/images\/[email protected]"
},
"options_page": "options.html",
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "default-src 'self' 'wasm-unsafe-eval'; style-src 'unsafe-inline'; connect-src *;"
}
}