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": "Timezone Converter",
"version": "1.0.1",
"description": "Convert times between timezones by selecting text on web pages",
"icons": {
"16": "public\/logo.png",
"32": "public\/logo.png",
"48": "public\/logo.png",
"128": "public\/logo.png"
},
"action": {
"default_icon": {
"16": "public\/logo.png",
"32": "public\/logo.png",
"48": "public\/logo.png",
"128": "public\/logo.png"
},
"default_popup": "src\/popup\/index.html"
},
"content_scripts": [
{
"js": [
"assets\/main.jsx-loader-DQQJ_46s.js"
],
"matches": [
"https:\/\/*\/*",
"file:\/\/\/*"
],
"css": [
"assets\/main-CjEYi-m9.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"file:\/\/\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/client-3DVn_WlK.js",
"assets\/main.jsx-Bmn9pwaP.js"
],
"use_dynamic_url": false
}
]
}