Relax Training - Help users quickly relax during busy work. Achieve a balance between efficient work and healthy living.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Relax Training",
"description": "Relax Training - Help users quickly relax during busy work. Achieve a balance between efficient work and healthy living.",
"version": "0.2.0",
"default_locale": "en",
"permissions": [
"storage",
"tabs"
],
"web_accessible_resources": [
{
"resources": [
"_locales/*/*.json"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "/popup/popup.html",
"default_icon": {
"16": "/assets/icons/icon16.png",
"48": "/assets/icons/icon48.png",
"128": "/assets/icons/icon128.png"
}
},
"icons": {
"16": "/assets/icons/icon16.png",
"48": "/assets/icons/icon48.png",
"128": "/assets/icons/icon128.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}