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",
"background": {
"persistent": false,
"scripts": [
"common.js",
"bg.js"
]
},
"browser_action": {
"default_icon": {
"19": "icon-19-0.png",
"38": "icon-38-0.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_manifest_toolbarbtn_tooltip__"
},
"commands": {
"undo-latest": {
"description": "__MSG_manifest_kbshort1__",
"suggested_key": {
"default": "Alt+Z",
"mac": "MacCtrl+Z"
}
}
},
"default_locale": "en",
"description": "__MSG_manifest_description__",
"developer": {
"name": "iron2000"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 3,
"name": "SERP Simple Undo Tab Close",
"options_page": "options.html",
"permissions": [
"tabs",
"unlimitedStorage",
"chrome:\/\/favicon\/"
],
"version": "0.1.0"
}