Inspect and view changes in Keep Computer Awake (for a While) 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "__MSG_extName__",
"version": "1.0.7",
"author": "Guokai Han",
"manifest_version": 3,
"description": "__MSG_extDescription__",
"default_locale": "en",
"offline_enabled": true,
"permissions": [
"power",
"alarms",
"background",
"storage"
],
"icons": {
"16": "icon/display_16.png",
"48": "icon/display_48.png",
"128": "icon/display_128.png"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"display": {
"description": "__MSG_opPower_display__"
},
"system": {
"description": "__MSG_opPower_system__"
},
"default": {
"description": "__MSG_opPower_default__"
}
},
"action": {
"default_icon": {
"16": "icon/default_16.png",
"24": "icon/default_24.png",
"32": "icon/default_32.png"
},
"default_title": "Keep Awake",
"default_popup": "popup.html"
}
}