@dssp/dcsp 1.0.0-alpha.3 → 1.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/_index.html CHANGED
@@ -3,10 +3,10 @@
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
5
  <meta name="google" content="notranslate" />
6
- <title>Construction Site Link</title>
6
+ <title>Construction Supervision Platform</title>
7
7
  <meta name="generator" content="Things Factory Starter Kit" />
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
9
- <meta name="description" content="Revolutionizing Safety Oversight" />
9
+ <meta name="description" content="Driving the Digitalization of Site Supervision" />
10
10
 
11
11
  <base href="/" />
12
12
 
@@ -20,15 +20,15 @@
20
20
 
21
21
  <!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
22
22
  <meta name="mobile-web-app-capable" content="yes" />
23
- <meta name="application-name" content="Construction Site Link" />
24
- <meta name="application-description" content="Revolutionizing Safety Oversight" />
23
+ <meta name="application-name" content="Construction Supervision Platform" />
24
+ <meta name="application-description" content="Driving the Digitalization of Site Supervision" />
25
25
  <meta name="application-copyright" content="Copyright © hatiolab.com. All Rights Reserved." />
26
26
  <link rel="application-icon" href="/assets/manifest/icon-96x96.png" />
27
27
 
28
28
  <!-- Add to homescreen for Safari on iOS -->
29
29
  <meta name="apple-mobile-web-app-capable" content="yes" />
30
30
  <meta name="apple-mobile-web-app-status-bar-style" content="default" />
31
- <meta name="apple-mobile-web-app-title" content="Construction Site Link" />
31
+ <meta name="apple-mobile-web-app-title" content="Construction Supervision Platform" />
32
32
 
33
33
  <!-- Homescreen icons -->
34
34
  <link rel="apple-touch-icon" href="/assets/manifest/icon-48x48.png" />
@@ -46,7 +46,7 @@
46
46
  <meta name="twitter:card" content="summary" />
47
47
  <meta name="twitter:site" content="@username" />
48
48
  <meta property="og:type" content="website" />
49
- <meta property="og:site_name" content="Construction Site Link, Revolutionizing Safety Oversight" />
49
+ <meta property="og:site_name" content="Construction Supervision Platform, Driving the Digitalization of Site Supervision" />
50
50
  <meta property="og:image" content="/assets/manifest/image-metaog.png" />
51
51
 
52
52
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
@@ -1,7 +1,7 @@
1
1
  {
2
- "name": "Construction Site Link",
2
+ "name": "Construction Supervision Platform",
3
3
  "short_name": "dcsp",
4
- "description": "Construction Site Link, Revolutionizing Safety Oversight",
4
+ "description": "Construction Supervision Platform, Driving the Digitalization of Site Supervision",
5
5
  "icons": [
6
6
  {
7
7
  "src": "manifest/icon-192x192.png",
@@ -44,5 +44,6 @@ module.exports = {
44
44
  https://github.com/node-fetch/node-fetch/issues/1624
45
45
  */
46
46
  endpoint: 'http://127.0.0.1:9902'
47
- }
47
+ },
48
+ projectType: 'DCSP'
48
49
  }
@@ -78,5 +78,6 @@ module.exports = {
78
78
  synchronize: false,
79
79
  logging: true,
80
80
  logger: 'debug'
81
- }
81
+ },
82
+ projectType: 'DCSP'
82
83
  }