Inspect and view changes in Clock for Google Edge 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,
"background": {
"service_worker": "worker.js"
},
"description": "Enhance Your Browsing Experience with Clock for Google Edge 🕒",
"icons": {
"16": "assets/icon16.png",
"48": "assets/icon48.png",
"128": "assets/icon128.png"
},
"name": "Clock for Google Edge",
"options_page": "html/options.html",
"offline_enabled": true,
"permissions": [
"notifications",
"storage",
"alarms",
"offscreen",
"idle",
"cookies",
"tabs",
"scripting"
],
"version": "3.9.16.1442",
"minimum_chrome_version": "109",
"action": {
"default_title": "__MSG_extensionName__",
"default_popup": "html/popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}