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": "0.1",
"manifest_version": 3,
"name": "Relaxation Times",
"offline_enabled": true,
"short_name": "relaxation-times",
"permissions": [
"storage",
"alarms",
"notifications"
],
"homepage_url": "https:\/\/worldaddons.com\/relaxation-times\/",
"description": "Relaxation Times reminds you to rest at a specific time.",
"commands": {
"_execute_action": []
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"open_in_tab": true,
"page": "source\/options\/options.html"
},
"action": {
"default_title": "Relaxation Times",
"default_popup": "source\/popup\/popup.html",
"default_icon": {
"16": "source\/icons\/16.png",
"32": "source\/icons\/32.png",
"48": "source\/icons\/48.png",
"64": "source\/icons\/64.png"
}
},
"icons": {
"16": "source\/icons\/16.png",
"32": "source\/icons\/32.png",
"48": "source\/icons\/48.png",
"64": "source\/icons\/64.png",
"128": "source\/icons\/128.png"
}
}