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",
"version": "1.5.2",
"manifest_version": 3,
"name": "A Little Optimism",
"description": "Spread positivity and optimism with reminders, and partners.",
"action": {
"default_popup": "js\/index.html",
"default_title": "A Little Optimism"
},
"permissions": [
"storage",
"alarms",
"notifications"
],
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}