浏览代码

Added icon

父节点
当前提交
1532d7241a
共有 2 个文件被更改,包括 5 次插入0 次删除
  1. 二进制
      icon-128.png
  2. 5
    0
      manifest.json

二进制
icon-128.png 查看文件


+ 5
- 0
manifest.json 查看文件

5
     "description": "Find mirrors for blocked websites",
5
     "description": "Find mirrors for blocked websites",
6
     "version": "1.0",
6
     "version": "1.0",
7
 
7
 
8
+    "icons": {
9
+        "128": "icon-128.png"
10
+    },
11
+
8
     "browser_action": {
12
     "browser_action": {
9
         "default_icon": "icon.png",
13
         "default_icon": "icon.png",
10
         "default_popup": "popup.html"
14
         "default_popup": "popup.html"
11
     },
15
     },
16
+
12
     "permissions": [
17
     "permissions": [
13
         "storage",
18
         "storage",
14
         "tabs"
19
         "tabs"