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 Viewer",
"version": "3.0.1",
"description": "The most beautiful and customizable JSON\/JSONP highlighter that your eyes have ever seen.",
"homepage_url": "https:\/\/github.com\/mrfanii\/JSON-Viewer-v3",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "assets\/background.js"
},
"offline_enabled": true,
"omnibox": {
"keyword": "json-viewer"
},
"options_page": "pages\/options.html",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"assets\/viewer.js"
],
"run_at": "document_start"
}
],
"host_permissions": [
"<all_urls>"
],
"permissions": [
"scripting",
"activeTab",
"storage"
],
"web_accessible_resources": [
{
"resources": [
"assets\/viewer.css",
"assets\/viewer-alert.css",
"pages\/options.html",
"pages\/omnibox.html",
"themes\/light\/base16-light.css",
"themes\/light\/coy.css",
"themes\/light\/funky.css",
"themes\/light\/mdn-like.css",
"themes\/light\/neo.css",
"themes\/light\/solarized_light.css",
"themes\/light\/yeti.css",
"themes\/dark\/3024-night.css",
"themes\/dark\/ambiance.css",
"themes\/dark\/base16-dark.css",
"themes\/dark\/cobalt.css",
"themes\/dark\/dark.css",
"themes\/dark\/dracula-custom.css",
"themes\/dark\/dracula.css",
"themes\/dark\/jellybeans.css",
"themes\/dark\/material.css",
"themes\/dark\/mbo.css",
"themes\/dark\/mehdi.css",
"themes\/dark\/midnight.css",
"themes\/dark\/monokai.css",
"themes\/dark\/okaidia.css",
"themes\/dark\/panda-syntax.css",
"themes\/dark\/solarized_dark.css",
"themes\/dark\/tomorrow.css",
"themes\/dark\/twilight.css",
"themes\/dark\/zenburn.css"
],
"matches": [
"<all_urls>"
]
}
]
}