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",
"description": "Live life to the fullest. See your remaining Sundays, reflect, and dream big.",
"version": "1.0.0",
"manifest_version": 3,
"name": "The Last Sunday: Plan, Achieve, Live Fully",
"author": "@pankzagrwal",
"icons": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"48": "icons\/icon.png",
"64": "icons\/icon.png",
"128": "icons\/icon.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"chrome_url_overrides": {
"newtab": "tab.html"
},
"permissions": [
"storage"
]
}