Inspect and view changes in GH Notifier 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
{
"name": "GH Notifier",
"description": "Shows a notification after specific interval set by the user as a reminder",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"alarms",
"notifications",
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "GH Notifier",
"default_popup": "popup.html"
},
"icons": {
"16": "16.png",
"48": "48.png",
"64": "64.png",
"128": "128.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}