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": "Auto Time Zone Calculator",
"description": "Automatically parse the current page and highlight any dates found, covnerting them to your desired time zone.",
"version": "0.0.1",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-34.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/logo-48.png",
"default_title": "Auto Time Zone Calculator"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.js-loader-06f92e08.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"css": [
"assets\/index-1327b9dc.css"
]
}
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/logo-16.png",
"img\/logo-34.png",
"img\/logo-48.png",
"img\/logo-128.png",
"fonts\/Sora-Bold.ttf",
"fonts\/Sora-Regular.ttf"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/chunk-3b0a9446.js"
],
"use_dynamic_url": true
}
],
"permissions": [
"storage",
"contextMenus"
]
}