Quick & easy icon picker
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "MaterialDesignIcons Picker",
"description": "Quick & easy icon picker",
"version": "3.14.0",
"icons": {
"16": "dist/img/icon-16x16.png",
"32": "dist/img/icon-32x32.png",
"48": "dist/img/icon-48x48.png",
"64": "dist/img/icon-64x64.png",
"90": "dist/img/icon-90x90.png",
"128": "dist/img/icon-128x128.png",
"256": "dist/img/icon-256x256.png"
},
"author": "Quentin S.",
"permissions": [
"downloads"
],
"action": {
"default_popup": "dist/index.html",
"default_icon": {
"18": "dist/img/icon-18x18.png",
"19": "dist/img/icon-19x19.png",
"32": "dist/img/icon-32x32.png",
"36": "dist/img/icon-36x36.png",
"38": "dist/img/icon-38x38.png",
"64": "dist/img/icon-64x64.png"
}
}
}