mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Merge pull request #219 from zjean/feature/add-to-home
Improve mobile add to homes screen support
This commit is contained in:
		@@ -26,7 +26,8 @@
 | 
				
			|||||||
						"aot": true,
 | 
											"aot": true,
 | 
				
			||||||
						"assets": [
 | 
											"assets": [
 | 
				
			||||||
							"src/favicon.ico",
 | 
												"src/favicon.ico",
 | 
				
			||||||
							"src/assets"
 | 
												"src/assets",
 | 
				
			||||||
 | 
												"src/manifest.webmanifest"
 | 
				
			||||||
						],
 | 
											],
 | 
				
			||||||
						"styles": [
 | 
											"styles": [
 | 
				
			||||||
							"src/styles.scss"
 | 
												"src/styles.scss"
 | 
				
			||||||
@@ -93,7 +94,8 @@
 | 
				
			|||||||
						"karmaConfig": "karma.conf.js",
 | 
											"karmaConfig": "karma.conf.js",
 | 
				
			||||||
						"assets": [
 | 
											"assets": [
 | 
				
			||||||
							"src/favicon.ico",
 | 
												"src/favicon.ico",
 | 
				
			||||||
							"src/assets"
 | 
												"src/assets",
 | 
				
			||||||
 | 
												"src/manifest.webmanifest"
 | 
				
			||||||
						],
 | 
											],
 | 
				
			||||||
						"styles": [
 | 
											"styles": [
 | 
				
			||||||
							"src/styles.scss"
 | 
												"src/styles.scss"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,6 +5,8 @@
 | 
				
			|||||||
  <title>Paperless-ng</title>
 | 
					  <title>Paperless-ng</title>
 | 
				
			||||||
  <base href="/">
 | 
					  <base href="/">
 | 
				
			||||||
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | 
					  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | 
				
			||||||
 | 
					  <meta name="theme-color" content="#17541f" />
 | 
				
			||||||
 | 
					  <link rel="manifest" href="manifest.webmanifest">
 | 
				
			||||||
  <link rel="icon" type="image/x-icon" href="favicon.ico">
 | 
					  <link rel="icon" type="image/x-icon" href="favicon.ico">
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										14
									
								
								src-ui/src/manifest.webmanifest
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								src-ui/src/manifest.webmanifest
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					  "background_color": "white",
 | 
				
			||||||
 | 
					  "description": "A supercharged version of paperless: scan, index and archive all your physical documents",
 | 
				
			||||||
 | 
					  "display": "fullscreen",
 | 
				
			||||||
 | 
					  "icons": [
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "src": "favicon.ico",
 | 
				
			||||||
 | 
					      "sizes": "128x128"
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
 | 
					  "name": "Paperless NG",
 | 
				
			||||||
 | 
					  "short_name": "Paperless NG",
 | 
				
			||||||
 | 
					  "start_url": "/"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user