Skip to content

Commit 06fffef

Browse files
committed
1.3.0
1 parent 591ccdf commit 06fffef

File tree

8 files changed

+28
-9
lines changed

8 files changed

+28
-9
lines changed

dist/ChabokSDKWorker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chabokpush.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chabokpush",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"description": "Chabok Javascript client for browsers, React-Native, Web Workers & Node.js",
55
"main": "dist/chabokpush.min.js",
66
"homepage": "http://chabokpush.com/",

sample/ChabokSDKWorker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
14.9 KB
Loading
46.1 KB
Loading

sample/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<nav class="navbar bg-light">
6161
<a class="navbar-brand" href="#">
6262
<img src="https://raw.githubusercontent.com/jangholi/chabok-assets/master/chaboklogoblue.png" height="30" class="d-inline-block align-top" alt="">
63-
Chabok Web SDK Sample v1.2.3
63+
Chabok Web SDK Sample v1.3.0
6464
</a>
6565
<button type="button" id="status" class="btn btn-danger pull-right">Disconnected</button>
6666
</nav>

sample/manifest.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11
{
2-
"gcm_sender_id": "845225163503"
2+
"name": "چابک پوش",
3+
"short_name": "وب پوش",
4+
"gcm_sender_id": "845225163503",
5+
"icons": [
6+
{
7+
"src": "/images/android-chrome-192x192.png",
8+
"sizes": "192x192",
9+
"type": "image/png"
10+
},
11+
{
12+
"src": "/images/android-chrome-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png"
15+
}
16+
],
17+
"start_url": "/index.html",
18+
"display": "standalone",
19+
"orientation": "portrait",
20+
"background_color": "#000000",
21+
"theme_color": "#4DBA87"
322
}

0 commit comments

Comments
 (0)