Inspect and view changes in Just Relax (Dev Edition) source codes across current and past versions
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": "Just Relax (Dev Edition)",
"description": "Just Relax is an extension which will remind you to relax after every hour you spend on your screen.",
"version": "0.0.0.1",
"icons": {
"16": "./assets/icon.png",
"48": "./assets/icon.png",
"128": "./assets/icon.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"background.js"
]
}
],
"permissions": [
"scripting"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}