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",
"version": "0.0.4",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 3,
"author": "Elena Semenova",
"action": {
"default_popup": "index.html",
"default_title": "Time Difference Calculator"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "\/images\/icons\/16x16.png",
"48": "\/images\/icons\/48x48.png",
"64": "\/images\/icons\/64x64.png",
"128": "\/images\/icons\/128x128.png"
}
}