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,
"name": "__MSG_extensionName__",
"version": "1.0.2",
"description": "__MSG_extensionDescription__",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"128": "icons\/icon128.png"
}
},
"permissions": [
"storage"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self'; img-src 'self' data:;"
},
"homepage_url": "https:\/\/free-timezone-converter.pdfwork.com",
"background": {
"service_worker": "sw.js",
"type": "module"
},
"default_locale": "en"
}