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": "Smart Table Compare",
"version": "3.2.0",
"description": "A Chrome extension to compare two tables and display matched and export features. Can now handle csv",
"action": {
"default_icon": {
"16": "smart-table-compare-icon-16.png",
"48": "smart-table-compare-icon-48.png",
"128": "smart-table-compare-icon.png"
}
},
"icons": {
"16": "smart-table-compare-icon-16.png",
"48": "smart-table-compare-icon-48.png",
"128": "smart-table-compare-icon.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"clipboardRead",
"clipboardWrite",
"tabs"
],
"web_accessible_resources": [
{
"resources": [
"index.html",
"index.css",
"index.js"
],
"matches": [
"<all_urls>"
]
}
]
}