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",
"name": "FIX Message Toolkit",
"description": "Instantly detect, parse, decode and visualize FIX messages for enhanced readability with a single click",
"version": "1.1.1",
"manifest_version": 3,
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"sidePanel",
"storage",
"contextMenus"
],
"action": {
"default_title": "FIX Message Toolkit",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"side_panel": {
"default_path": "sidepanel\/sidepanel.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"data\/FIX44.xml",
"images\/bitsi-logo-32.png",
"sidepanel\/sidepanel.html",
"sidepanel\/sidepanel.css"
],
"matches": [
"<all_urls>"
]
}
]
}