Merge branch 'master' of github.com:artemanufrij/webpin
This commit is contained in:
commit
e88d11d17d
5 changed files with 14 additions and 4 deletions
BIN
Apps.png
Normal file
BIN
Apps.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
|
@ -1,3 +1,10 @@
|
||||||
# Webpin
|
# Webpin
|
||||||
|
|
||||||
### A simple app to pin websites on the desktop designed for [elementary OS](https://elementary.io/)
|
### A simple app to pin websites on the desktop designed for [elementary OS](https://elementary.io/)
|
||||||
|
Webpin is a fork of Webby created by Erasmo Marín
|
||||||
|
|
||||||
|
![screenshot](Screenshot.png)
|
||||||
|
|
||||||
|
Pin your any favourite website on Applications Menu or Plank like a regular desktop app
|
||||||
|
|
||||||
|
![Apps](Apps.png)
|
||||||
|
|
BIN
Screenshot.png
Normal file
BIN
Screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
|
@ -7,11 +7,11 @@
|
||||||
<name>Webpin</name>
|
<name>Webpin</name>
|
||||||
<summary>A simple app to pin websites on the desktop</summary>
|
<summary>A simple app to pin websites on the desktop</summary>
|
||||||
<description>
|
<description>
|
||||||
<p>Pin your any favourite website on Applications Menu or Plank like a regular desktop app</p>
|
<p>Pin your any favorite website on Applications Menu or Plank like a regular desktop app</p>
|
||||||
</description>
|
</description>
|
||||||
<categories>
|
<categories>
|
||||||
<category>Utility</category>
|
<category>Utility</category>
|
||||||
<category>Internet</category>
|
<category>Network</category>
|
||||||
</categories>
|
</categories>
|
||||||
<custom>
|
<custom>
|
||||||
<value key="x-appcenter-color-primary">#399cd2</value>
|
<value key="x-appcenter-color-primary">#399cd2</value>
|
||||||
|
@ -27,5 +27,8 @@
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image>https://raw.githubusercontent.com/artemanufrij/webpin/master/Screenshot.png</image>
|
<image>https://raw.githubusercontent.com/artemanufrij/webpin/master/Screenshot.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<image>https://raw.githubusercontent.com/artemanufrij/webpin/master/Apps.png</image>
|
||||||
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
</component>
|
</component>
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -6,8 +6,8 @@ Build-Depends: cmake (>= 2.8),
|
||||||
cmake-elementary,
|
cmake-elementary,
|
||||||
debhelper (>= 9),
|
debhelper (>= 9),
|
||||||
libgranite-dev,
|
libgranite-dev,
|
||||||
valac (>= 0.26),
|
libwebkit2gtk-4.0-dev,
|
||||||
libwebkit2gtk-4.0
|
valac (>= 0.26)
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
|
|
||||||
Package: com.github.artemanufrij.webpin
|
Package: com.github.artemanufrij.webpin
|
||||||
|
|
Loading…
Reference in a new issue