Browse Source

update app meta data

Carsten Porth 5 years ago
parent
commit
2066231833
2 changed files with 7 additions and 7 deletions
  1. 3 3
      app/config.xml
  2. 4 4
      app/package.json

+ 3 - 3
app/config.xml

@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='utf-8'?>
 <widget id="de.porth.hybridosn" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
-    <name>app</name>
-    <description>An awesome Ionic/Cordova app.</description>
-    <author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
+    <name>HybridOSN</name>
+    <description>HybridOSN is a Twitter client and a so called Dapp which allows its users to exchange data also via a P2P network using blockchain technology.</description>
+    <author email="carsten.porth@stud.tu-darmstadt.de">Carsten Porth</author>
     <content src="index.html" />
     <access origin="*" />
     <allow-intent href="http://*/*" />

+ 4 - 4
app/package.json

@@ -1,8 +1,8 @@
 {
-  "name": "app",
+  "name": "HybridOSN",
   "version": "0.0.1",
-  "author": "Ionic Framework",
-  "homepage": "http://ionicframework.com/",
+  "author": "Carsten Porth, TU Darmstadt",
+  "homepage": "https://www.informatik.tu-darmstadt.de",
   "private": true,
   "scripts": {
     "clean": "ionic-app-scripts clean",
@@ -53,7 +53,7 @@
     "@ionic/app-scripts": "3.1.10",
     "typescript": "~2.6.2"
   },
-  "description": "An Ionic project",
+  "description": "HybridOSN is a Twitter client and a so called Dapp which allows its users to exchange data also via a P2P network using blockchain technology.",
   "cordova": {
     "plugins": {
       "cordova-plugin-secure-storage": {},