Inspect and view changes in ftime.app 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": 2,
"name": "ftime.app",
"version": "1.8",
"description": "Time differences made easy",
"homepage_url": "https://ftime.app/",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"browser_action": {
"default_title": "ftime.app",
"default_popup": "popup.html",
"default_icon": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}