Inspect and view changes in Clockk 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": "Clockk",
"author": "Clockk.com Inc.",
"homepage_url": "https://clockk.com/",
"short_name": "Clockk",
"description": "Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.",
"version": "1.3.4",
"manifest_version": 2,
"icons": {
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"browser_action": {
"default_title": "Clockk",
"default_popup": "popup/popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options/options.html",
"chrome_style": true
},
"web_accessible_resources": [
"injections/mail.google.com.js"
],
"permissions": [
"*://app.clockk.com/*",
"tabs",
"storage",
"identity",
"identity.email",
"notifications"
],
"optional_permissions": [
"*://mail.google.com/*",
"*://us18.admin.mailchimp.com/*",
"*://ads.google.com/aw/*",
"*://twitter.com/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}