Browse Source

Added icon

Brendan Abolivier 8 years ago
parent
commit
1532d7241a
2 changed files with 5 additions and 0 deletions
  1. BIN
      icon-128.png
  2. 5
    0
      manifest.json

BIN
icon-128.png View File


+ 5
- 0
manifest.json View File

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"