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": "Motivation Tab | Age Counter",
"description": "__MSG_ext_description__",
"author": "__MSG_ext_author__",
"version": "1.7.2",
"default_locale": "en",
"background": {
"service_worker": "\/js\/service-worker.js",
"type": "module"
},
"icons": {
"16": "\/icons\/icon-16.png",
"32": "\/icons\/icon-32.png",
"48": "\/icons\/icon-48.png",
"96": "\/icons\/icon-96.png",
"128": "\/icons\/icon-128.png"
},
"permissions": [
"storage"
],
"action": {
"default_icon": {
"32": "\/icons\/icon-32.png"
}
},
"chrome_url_overrides": {
"newtab": "new-tab.html"
}
}