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",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "1.3.5",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"permissions": [
"storage",
"search"
],
"optional_permissions": [
"topSites",
"favicon"
],
"host_permissions": [
"https:\/\/api.birdtab.app\/*",
"https:\/\/search.macaulaylibrary.org\/*",
"https:\/\/*.ingest.us.sentry.io\/*"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}