Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Breeze Clock: GPS Employee Time Tracker ",
"short_name": "Breeze Clock",
"version": "1.1.6",
"description": "Breeze Clock",
"permissions": [
"notifications",
"storage",
"geolocation"
],
"host_permissions": [
"https:\/\/app.breezeclock.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/breeze_clock16.png",
"32": "images\/breeze_clock32.png"
},
"default_title": "Breeze Clock"
},
"icons": {
"16": "images\/breeze_clock16.png",
"32": "images\/breeze_clock32.png",
"48": "images\/breeze_clock48.png",
"128": "images\/breeze_clock128.png"
},
"manifest_version": 3
}