Inspect and view changes in FY Calendar 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": "FY Calendar",
"version": "1.0.5",
"description": "Get Weeks and Periods for Financial Year",
"icons": {
"128": "icon128.png"
},
"manifest_version": 3,
"author": "David Wyatt",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+C",
"mac": "Command+C"
},
"description": "Open Calendar Window.",
"global": true
}
},
"action": {
"default_popup": "index.htm",
"default_title": "FY Calendar"
},
"background": {
"service_worker": "background.js"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}