@ -31,6 +31,7 @@ Here are some screenshots of the interface:
* Emoji keyboard
* Emoji keyboard
* Send plain-text messages to user or group
* Send plain-text messages to user or group
* Send files (photos or documents) via attach icon or drag'n'drop
* Send files (photos or documents) via attach icon or drag'n'drop
* Desktop notifications
### Unsupported at the moment
### Unsupported at the moment
@ -38,7 +39,6 @@ Here are some screenshots of the interface:
* Secret chats
* Secret chats
* Create new group
* Create new group
* Edit group photo/title/participants
* Edit group photo/title/participants
* Desktop notifications
* Settings
* Settings
* Edit profile/userpic
* Edit profile/userpic
* Contacts
* Contacts
@ -62,6 +62,13 @@ Install [node.js](http://nodejs.org/) and run `node server.js`. Open page http:/
#### Running as Chrome Packaged App
#### Running as Chrome Packaged App
It is possible to run this application in Chrome browser as a packaged app. In order to do this, open this URL in Chrome: `chrome://extensions/`, then tick "Developer mode" and press "Load unpacked extension...". Select the downloaded `app` folder and Webogram application should appear in the list.
It is possible to run this application in Chrome browser as a packaged app. In order to do this, open this URL in Chrome: `chrome://extensions/`, then tick "Developer mode" and press "Load unpacked extension...". Select the downloaded `app` folder and Webogram application should appear in the list.
Also it's necessary to replace following line in index.html:
You can also download this application from Chrome Web Store: [chrome.google.com/webstore/detail/telegram-unofficial/clhhggbfdinjmjhajaheehoeibfljjno](https://chrome.google.com/webstore/detail/telegram-unofficial/clhhggbfdinjmjhajaheehoeibfljjno). This is more secure way to use app than plain HTTP in web, because sources are downloaded only once and via HTTPS.