diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-03-20 11:01:05 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-03-20 11:01:05 -0700 |
commit | 5c6ab2157b5562a686aef5497fd2cd70c30a63ae (patch) | |
tree | 4bf0ca27eab8bf1ecc63665f49394afecc283840 | |
parent | 84fec940dbe819d2c0603bbda68fc4dec6ab2c0e (diff) |
Reorganizing files
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | extension/background.html (renamed from background.html) | 0 | ||||
-rw-r--r-- | extension/content.js (renamed from content.js) | 0 | ||||
-rw-r--r-- | extension/icon.png (renamed from icon.png) | bin | 182 -> 182 bytes | |||
-rw-r--r-- | extension/jp/dictionary.js (renamed from jp/dictionary.js) | 0 | ||||
-rw-r--r-- | extension/jp/translator.js (renamed from jp/translator.js) | 0 | ||||
-rw-r--r-- | extension/lib/jquery-2.2.2.min.js (renamed from lib/jquery-2.2.2.min.js) | 0 | ||||
-rw-r--r-- | extension/manifest.json (renamed from manifest.json) | 0 |
8 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..78f47b04 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +util/data filter=lfs diff=lfs merge=lfs -text diff --git a/background.html b/extension/background.html index f24cb31c..f24cb31c 100644 --- a/background.html +++ b/extension/background.html diff --git a/content.js b/extension/content.js index dc7c7cd7..dc7c7cd7 100644 --- a/content.js +++ b/extension/content.js diff --git a/icon.png b/extension/icon.png Binary files differindex 2ec925d0..2ec925d0 100644 --- a/icon.png +++ b/extension/icon.png diff --git a/jp/dictionary.js b/extension/jp/dictionary.js index 2b11d252..2b11d252 100644 --- a/jp/dictionary.js +++ b/extension/jp/dictionary.js diff --git a/jp/translator.js b/extension/jp/translator.js index fabbc2b7..fabbc2b7 100644 --- a/jp/translator.js +++ b/extension/jp/translator.js diff --git a/lib/jquery-2.2.2.min.js b/extension/lib/jquery-2.2.2.min.js index 3b7a7f23..3b7a7f23 100644 --- a/lib/jquery-2.2.2.min.js +++ b/extension/lib/jquery-2.2.2.min.js diff --git a/manifest.json b/extension/manifest.json index 1cd15a9d..1cd15a9d 100644 --- a/manifest.json +++ b/extension/manifest.json |