Reputation: 2832
I am loading an unpacked extension but I am unable to see any thumbnails for my extension under chrome://settings/extensions?
Whether I should add anything in manifest file?
Here is my manifest file..
{
"name": "a1",
"version": "1.0",
"description": "a1",
"background_page": "background.html",
"browser_action": {
"default_icon": "icon.png",
"popup": "popup.html"
}
}
Upvotes: 2
Views: 944