Inspect and view changes in time 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": "time",
"short_name": "time",
"version": "0.1.0",
"description": "A Clean and simple clock",
"author": "Steve Lacy me@slacy.me (http://slacy.me)",
"homepage": "http://github.com/stevelacy/time",
"repository": {
"type": "git",
"url": "http://github.com/stevelacy/time.git"
},
"license": {
"MIT": "https://github.com/stevelacy/time"
},
"app": {
"launch": {
"local_path": "index.html"
}
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "16.png",
"128": "128.png"
},
"manifest_version": 2
}