Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.

Commit d4b31be

Browse files
author
Ke, Mingze
committed
Changed project description and logo
1 parent c6543cd commit d4b31be

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

‎bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chrome-api-proxy",
3-
"description": "Leverage Chrome App API in Browser",
3+
"description": "Leverage Chrome App APIs in Your Normal Pages",
44
"license": "MIT",
55
"dependencies": {
66
"json-human": "*"

‎chrome-app/assets/icon_128.png

4.39 KB
Loading

‎chrome-app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Chrome API Proxy",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"manifest_version": 2,
55
"minimum_chrome_version": "23",
66
"app": {

‎chrome-extension/assets/icon_128.png

5.46 KB
Loading

‎chrome-extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Chrome API Proxy - Agent",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"manifest_version": 2,
55
"minimum_chrome_version": "23",
66
"content_scripts": [{

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chrome-api-proxy",
3-
"version": "0.0.3",
4-
"description": "Leverage Chrome App API in Browser",
3+
"version": "0.0.4",
4+
"description": "Leverage Chrome App APIs in Your Normal Pages",
55
"scripts": {
66
"build": "./node_modules/.bin/gulp",
77
"clean": "./node_modules/.bin/gulp clean"

0 commit comments

Comments
 (0)