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": "Today's Date",
"version": "2.0.0.0",
"manifest_version": 3,
"homepage_url": "https:\/\/singleclickapps.com\/todays-extension",
"description": "Shows you today's date and some other info...",
"icons": {
"16": "icon.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"storage"
],
"offline_enabled": true,
"incognito": "spanning",
"action": {
"default_icon": "icon.png",
"default_title": "Today's Date",
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"options_page": "settings.html"
}