diff --git a/manifest.json b/manifest.json index 8cfa522..2d37aca 100644 --- a/manifest.json +++ b/manifest.json @@ -16,8 +16,9 @@ "page_action": { "default_icon": { - "19": "res/shellfox-19.png", - "38": "res/shellfox-38.png" + "250": "res/shellfox-action.png", + "38": "res/shellfox-action-38.png", + "19": "res/shellfox-action-19.png" }, "default_title": "__MSG_pageActionName__" }, diff --git a/res/shellfox-action-19.png b/res/shellfox-action-19.png new file mode 100644 index 0000000..eb6e855 Binary files /dev/null and b/res/shellfox-action-19.png differ diff --git a/res/shellfox-action-38.png b/res/shellfox-action-38.png new file mode 100644 index 0000000..f908127 Binary files /dev/null and b/res/shellfox-action-38.png differ diff --git a/res/shellfox-action.png b/res/shellfox-action.png new file mode 100644 index 0000000..fec5396 Binary files /dev/null and b/res/shellfox-action.png differ