Skip to content

Commit c77f481

Browse files
authored
Merge pull request #43 from getsumio/develop
Develop
2 parents cb0967b + 501ca9d commit c77f481

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+471
-865
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.0.5
1+
2.0.6

addons/chrome/_locales

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../common/_locales/

addons/chrome/background.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../common/background.js

addons/chrome/content.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../common/content.js

addons/chrome/getsum/background.js

Lines changed: 0 additions & 263 deletions
This file was deleted.

addons/chrome/getsum/options.js

Lines changed: 0 additions & 57 deletions
This file was deleted.

addons/chrome/icon_128.png

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../common/icon_128.png

addons/chrome/icon_16.png

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../common/icon_16.png

addons/chrome/jquery-3.4.1.min.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../common/jquery-3.4.1.min.js
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_extName__",
3-
"version": "0.1",
3+
"version": "2.0.6",
44
"manifest_version": 2,
55
"description": "__MSG_extDesc__",
66
"icons": {

0 commit comments

Comments
 (0)