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": "New Tab",
"version": "0.0.0.1",
"manifest_version": 3,
"description": "New tab just to the right",
"author": "Solomon Kinard",
"action": [],
"background": {
"service_worker": "service_worker.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"mac": "MacCtrl+Shift+T"
},
"description": "New tab just to the right"
}
},
"icons": {
"128": "media\/128.png"
}
}