Hi.
I am having trouble to with a page action.
I have added the following to my manifest:
"page_action": {
"browser_style": true,
"default_icon": {
"19": "icons/page-action.svg",
"38": "icons/page-action.svg"
},
"default_title": "my page-action",
"default_popup": "page-action.html"
}
Questions:
- Why is the page action disabled/gray?
- Why is the popup not displayed on click?
- How do I get the icon to display in the same line as pocket, bookmark and not as an option under “page actions”?
Thanks!