Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "A Nice Change",
"description": "A Nice Change - a friendly app for mental health reminders. Take refreshing breaks with gentle reminders throughout your day.",
"version": "1.0",
"permissions": [
"alarms",
"storage",
"notifications"
],
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "scripts\/background.js"
},
"icons": {
"1": "icons\/icon1.png",
"2": "icons\/icon2.png",
"3": "icons\/icon3.png",
"4": "icons\/icon4.png",
"5": "icons\/icon5.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/icon1.png",
"icons\/icon2.png",
"icons\/icon3.png",
"icons\/icon4.png",
"icons\/icon5.png",
"icons\/icon16.png",
"icons\/icon48.png",
"icons\/icon128.png"
],
"matches": [
"<all_urls>"
]
}
]
}