Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 734ad22

Browse files
committed
[refactor] organise images
1 parent 1db84a9 commit 734ad22

8 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.

js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var version = (function() {
22

33
// version is normally bumped when the state needs changing or any new functionality is added
4-
var current = "3.11.0";
4+
var current = "3.12.0";
55

66
var compare = function(a, b) {
77
var pa = a.split(".");

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"newtab": "index.html"
88
},
99
"icons": {
10-
"16": "images/icon-16.png",
11-
"48": "images/icon-48.png",
12-
"128": "images/icon-128.png"
10+
"16": "icons/icon-16.png",
11+
"48": "icons/icon-48.png",
12+
"128": "icons/icon-128.png"
1313
}
1414
}

0 commit comments

Comments
 (0)