Browse Source

merged with master

gh-pages
Igor Zhukov 11 years ago
parent
commit
0728b48eaf
  1. 2
      app.manifest
  2. 8
      css/app.css
  3. 34
      js/app.js
  4. 2
      js/app.js.map
  5. 2
      js/background.js
  6. 2
      js/lib/bin_utils.js
  7. 2
      js/lib/crypto_worker.js
  8. 2
      manifest.json
  9. 13
      manifest.webapp
  10. 2
      webogram.appcache

2
app.manifest

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Time: Wed Aug 06 2014 11:16:11 GMT+0100 (BST) # Time: Thu Sep 11 2014 18:45:49 GMT+0400 (MSK)
CACHE: CACHE:

8
css/app.css

File diff suppressed because one or more lines are too long

34
js/app.js

File diff suppressed because one or more lines are too long

2
js/app.js.map

File diff suppressed because one or more lines are too long

2
js/background.js

@ -1,5 +1,5 @@
/*! /*!
* Webogram v0.2.9 - messaging web application for MTProto * Webogram v0.3.0 - messaging web application for MTProto
* https://github.com/zhukov/webogram * https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> * Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE * https://github.com/zhukov/webogram/blob/master/LICENSE

2
js/lib/bin_utils.js

@ -1,5 +1,5 @@
/*! /*!
* Webogram v0.2.9 - messaging web application for MTProto * Webogram v0.3.0 - messaging web application for MTProto
* https://github.com/zhukov/webogram * https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> * Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE * https://github.com/zhukov/webogram/blob/master/LICENSE

2
js/lib/crypto_worker.js

@ -1,5 +1,5 @@
/*! /*!
* Webogram v0.2.9 - messaging web application for MTProto * Webogram v0.3.0 - messaging web application for MTProto
* https://github.com/zhukov/webogram * https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> * Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE * https://github.com/zhukov/webogram/blob/master/LICENSE

2
manifest.json

@ -1,6 +1,6 @@
{ {
"name": "Telegram UNOFFICIAL", "name": "Telegram UNOFFICIAL",
"version": "0.2.9", "version": "0.3.0",
"short_name": "Webogram", "short_name": "Webogram",
"manifest_version": 2, "manifest_version": 2,
"app": { "app": {

13
manifest.webapp

@ -1,7 +1,7 @@
{ {
"name": "Telegram", "name": "Telegram",
"description": "UNOFFICIAL Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", "description": "UNOFFICIAL Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
"version": "0.2.9", "version": "0.3.0",
"type": "privileged", "type": "privileged",
"launch_path": "/index.html", "launch_path": "/index.html",
"developer": { "developer": {
@ -15,6 +15,8 @@
"push": "/index.html" "push": "/index.html"
}, { }, {
"push-register": "/index.html" "push-register": "/index.html"
}, {
"notification": "/index.html"
}], }],
"permissions": { "permissions": {
"desktop-notification": { "desktop-notification": {
@ -28,6 +30,15 @@
"description": "Required for notifications" "description": "Required for notifications"
} }
}, },
"activities": {
"share": {
"href": "/index.html",
"disposition": "window",
"filters": {},
"returnValue": false
}
},
"orientation": "portrait-primary",
"icons": { "icons": {
"16": "/img/icons/icon16.png", "16": "/img/icons/icon16.png",
"32": "/img/icons/icon32.png", "32": "/img/icons/icon32.png",

2
webogram.appcache

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Time: Wed Aug 06 2014 11:16:11 GMT+0100 (BST) # Time: Thu Sep 11 2014 18:45:49 GMT+0400 (MSK)
CACHE: CACHE:

Loading…
Cancel
Save