diff --git a/app/index.html b/app/index.html index c522c34a5b1353788c61a0bd46458e4fa0d4fdb0..9adbe5adf2e824a35a5052c73d9ea34cd3e45c83 100644 --- a/app/index.html +++ b/app/index.html @@ -19,7 +19,6 @@ <body> <app-root></app-root> - <script> require = require('esm')(module); module.exports = require('./scripts/renderers/browser-window.js'); diff --git a/app/scripts/components/OmniboxComponent.js b/app/scripts/components/OmniboxComponent.js index a9107a4af490f0bf7e49cb23b57082bac1f00a09..d90a4dbe4e80f797524c124afd0bc19c79e933e5 100644 --- a/app/scripts/components/OmniboxComponent.js +++ b/app/scripts/components/OmniboxComponent.js @@ -234,8 +234,8 @@ export default class OmniboxComponent extends BaseComponent { <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/">pling.com</app-button></li> <li><app-button data-action="webview_startPage" data-url="https://www.appimagehub.com/">Appimagehub.com</app-button></li> <li><app-button data-action="webview_startPage" data-url="https://store.kde.org/">store.kde.org</app-button></li> - <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Artwork">s/Artwork</app-button></li> - <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Gnome">s/Gnome</app-button></li> + <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Artwork">Artwork</app-button></li> + <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Gnome">Gnome</app-button></li> <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Comics">Comics</app-button></li> <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/XFCE">xfce-look.org</app-button></li> <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Videos">Videos</app-button></li> diff --git a/app/scripts/components/common/MenuComponent.js b/app/scripts/components/common/MenuComponent.js index 6b567bf1a8f3fdb83f76c7b5c2ffed4b26247594..04b97cb475e62f76e1a2852038fb223f4f587409 100644 --- a/app/scripts/components/common/MenuComponent.js +++ b/app/scripts/components/common/MenuComponent.js @@ -126,4 +126,4 @@ export default class MenuComponent extends BaseComponent { } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index d2ed8dec7173b17c5c8e6655c47a1f71ebe3393e..1f2ac24c3730e25df75cf58b80f4528bcc53a86a 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "productName": "Pling-Store", "version": "5.0.1", "description": "Store Frontend and Management Application based on OpenCollaborationServices (OCS) of Opendesktop.org.", - "author": "Opendesktop.org", + "author": "Pling.com", "license": "GPL-3.0", - "homepage": "https://www.opendesktop.org/", + "homepage": "https://www.pling.com/", "repository": "https://www.opencode.net/dfn2/pling-store", "bugs": "https://www.opencode.net/dfn2/pling-store/issues", "main": "app/main.js",