Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.12",
"name": "Time Clock by GeorgeMike.com",
"short_name": "Time Clock",
"description": "An employee time clock",
"homepage_url": "https:\/\/georgemike.com",
"icons": {
"128": "images\/icon.128.png"
},
"action": {
"default_title": "Open Time Clock"
},
"offline_enabled": true,
"permissions": [
"storage",
"unlimitedStorage",
"downloads"
],
"background": {
"service_worker": "js\/background.js"
}
}