Skip to content

Commit

Permalink
style(icon,sendpanel): add icon, fix sendpanel css
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed Apr 21, 2021
1 parent b967c8e commit 2496433
Show file tree
Hide file tree
Showing 12 changed files with 10,884 additions and 330 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/.vscode
/node_modules
/**/.DS_Store
/web-ext-artifacts
/.web-extension-id
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Firelomo

一个火狐扩展,用于简便快速的将火狐中的内容发送到 flomo。

## 安装

[火狐官方扩展商店(暂未上架)]安装。

或下载 [Release 页面][release-page] 中的 ``
3 changes: 0 additions & 3 deletions TODO.md

This file was deleted.

File renamed without changes.
Binary file added icons/firelomo-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/firelomo-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/firelomo-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 6 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,24 @@
"name": "7sDream",
"url": "https://github.com/7sDream/firelomo"
},
"default_locale": "zh-CN",
"default_locale": "zh_CN",
"icons": {
"16": "icons/logo-16.png",
"32": "icons/logo-32.png",
"48": "icons/logo-48.png",
"96": "icons/logo-96.png"
"128": "icons/firelomo-128.png",
"96": "icons/firelomo-96.png",
"48": "icons/firelomo-48.png"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "45.0"
"strict_min_version": "57.0"
}
},
"background": {
"page": "dist/background/background.html"
},
"browser_action": {
"default_icon": {
"19": "icons/logo-19.png",
"38": "icons/logo-38.png"
"48": "icons/firelomo-48.png"
},
"default_title": "__MSG_extensionName__"
},
Expand Down
Loading

0 comments on commit 2496433

Please sign in to comment.