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": "JSON & Code Viewer",
"version": "1.0.2",
"description": "Enhance your browsing experience by replacing default text displays with a beautifully styled code editor for JSON, CSS, and JS.",
"permissions": [
"tabs",
"webNavigation",
"scripting",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "icons\/16.png",
"36": "icons\/36.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
},
"web_accessible_resources": [
{
"resources": [
"src\/ttf\/*.ttf"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "src\/sw.js",
"type": "module"
},
"options_page": "src\/options\/index.html"
}