更新插件信息

This commit is contained in:
Liu Chao 2018-04-02 15:15:28 +08:00
parent b16896f3ae
commit ac08a62cfe
12 changed files with 13 additions and 11 deletions

BIN
dist/chrome.crx vendored

Binary file not shown.

BIN
dist/chrome.zip vendored

Binary file not shown.

BIN
dist/firefox.zip vendored

Binary file not shown.

BIN
dist/opera.nex vendored

Binary file not shown.

BIN
icons/icon128.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
icons/icon16.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
icons/icon19.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
icons/icon48.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 911 B

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
icons/icon64.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -1,10 +1,10 @@
{
"name": "GitCodeTree",
"name": "GiteeTree",
"version": "$VERSION",
"manifest_version": 2,
"author": "inu1255",
"description": "基于 Octotree 的[码云](http://gitee.com)文件树插件",
"homepage_url": "https://gitee.com/inu1255/GitCodeTree",
"author": "Gitee",
"description": "基于 Octotree 的[码云](https://gitee.com)文件树插件",
"homepage_url": "https://gitee.com/oschina/GitCodeTree",
"icons": {
"128": "icons/icon128.png"
},

View File

@ -1,15 +1,16 @@
{
"name": "Octotree",
"name": "GiteeTree",
"version": "$VERSION",
"manifest_version": 2,
"author": "inu1255",
"description": "基于 Octotree 的[码云](http://gitee.com)文件树插件",
"homepage_url": "https://gitee.com/inu1255/GitCodeTree",
"author": "Gitee",
"description": "基于 Octotree 的[码云](https://gitee.com)文件树插件",
"homepage_url": "https://gitee.com/oschina/GitCodeTree",
"icons": {
"48": "icons/icon48.png",
"64": "icons/icon64.png"
},
"permissions": [
"https://*.gitee.com/*",
"https://*.github.com/*",
"https://*.bitbucket.org/*",
"storage"
@ -18,6 +19,7 @@
"content_scripts": [
{
"matches": [
"https://gitee.com/*",
"https://github.com/*",
"https://bitbucket.org/*"
],

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>Author</key>
<string>inu1255</string>
<string>Gitee</string>
<key>Builder Version</key>
<string>9537.75.14</string>
<key>CFBundleDisplayName</key>
@ -50,7 +50,7 @@
</array>
</dict>
<key>Description</key>
<string>基于 Octotree 的[码云](http://git.oschina.net)文件树插件</string>
<string>基于 Octotree 的[码云](https://gitee.com)文件树插件</string>
<key>ExtensionInfoDictionaryVersion</key>
<string>1.0</string>
<key>Permissions</key>
@ -71,6 +71,6 @@
</dict>
</dict>
<key>Website</key>
<string>http://git.oschina.net/inu1255/GitCodeTree</string>
<string>https://gitee.com/oschina/GitCodeTree</string>
</dict>
</plist>