If I have the following in my chrome extension manifest file:
"browser_action": {
"default_icon": "ico32.gif",
}
And I want to give the user the ability to change it to the following
from within the extension itself:
"browser_action": {
"default_icon": "ico32green.gif",
}
Is there a way to do that?
http://stackoverflow.com/questions/1882842/is-there-a-way-to-edit-a-chrome-extension-manifest-file-from-within-the-extension
--
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.