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": "Chrome Extension Toolbar Icon Previewer",
"version": "1.0.0",
"description": "Upload and preview 32\u00d732 icons for your Chrome extension toolbar",
"action": {
"default_icon": {
"32": "icon32.png"
},
"default_title": "Chrome Extension Toolbar Icon Previewer",
"default_popup": "popup.html"
},
"options_page": "index.html",
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"32": "icon32.png",
"48": "icon48.png"
},
"permissions": [
"storage"
]
}