Hello! I've made extensions before that uses browser action icons, but now I'm unable to do so. It just won't show up.
I have attached a basic extension with only a browser action with popup.
When I install it the "Extension installed" popup shows up under the wrench,
while it should be under my browser action (which isn't there either of
course).
The manifest looks like this:
{
"name": "Test Browser Action",
"version": "1.0.0",
"description": "aaaa",
"brower_action": {
"default_icon": "browserActionIcon.png",
"default_title": "aaa",
"popup": "popup.html"
}
}
I've tested it on both current dev and nightly build - both of which doesn't
work. What am I doing wrong?
--
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en.
testBrowserAction.crx
Description: Binary data
