Skip to content

Commit ad8b155

Browse files
committed
Updated icons and added changelog
1 parent a6660ac commit ad8b155

File tree

7 files changed

+26
-7
lines changed

7 files changed

+26
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.1] - 2018-04-04
10+
### Changed
11+
- Updated icon
12+
13+
## 0.1.0 - 2016-09-29
14+
### Added
15+
- Initial release
16+
17+
[Unreleased]: https://github.com/cornips/flobro/compare/1.0.0...HEAD
18+
[0.1.1]: https://github.com/cornips/flobro/compare/0.1.0...v0.1.1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# flobro
22
Floating Browser Window
33

4-
![flobro, insert a URL and view the page in a floating window](http://fbw.cornips.nl/assets/img/promo-en-1400x560.png)
4+
![flobro, insert a URL and view the page in a floating window](http://flobro.cornips.nl/assets/img/promo-en-1400x560.png)
55

6-
Sometimes it's nice to have a floating browser window on your screen. With **flobro** you can do this!
6+
Sometimes it's nice to have a floating browser window on your screen. With **flobro** you can do this!
77
**flobro** is an application that turns webpages into application windows.
88

99
## Installation
10-
Go to [fbw.cornips.nl](http://fbw.cornips.nl/) and click the download button.
10+
Go to http://flobro.cornips.nl/(http://flobro.cornips.nl/) and click the download button.

assets/icon-128.png

536 Bytes
Loading

assets/icon-16.png

-800 Bytes
Loading

assets/icon-32.png

-617 Bytes
Loading

assets/icon-48.png

1.04 KB
Loading

manifest.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
"name": "__MSG_appName__",
1010
"short_name": "__MSG_appShortName__",
1111
"author": "Martijn Cornips",
12-
"version": "0.1.0",
13-
"version_name": "0.1.0 beta",
12+
"version": "0.1.1",
13+
"version_name": "0.1.1 beta",
1414

1515
"default_locale": "nl",
1616
"description": "__MSG_appDesc__",
1717
"icons": {
18-
"128": "assets/icon-128.png",
1918
"16": "assets/icon-16.png",
20-
"32": "assets/icon-32.png"
19+
"32": "assets/icon-32.png",
20+
"48": "assets/icon-48.png",
21+
"128": "assets/icon-128.png"
2122
},
2223

2324
"minimum_chrome_version": "40",

0 commit comments

Comments
 (0)