diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..fde2da1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = false +trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c8c8f31 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Disable automatic line ending conversion for all file types +* -text diff --git a/LICENSE b/LICENSE index 82e4271..f6886c6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2022 Tecdrop +Copyright (c) 2018-2024 Tecdrop Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f1bdb1f..57dc09c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # BlackPWA -The simplest Progressive Web App ever? It's just a black window / screen, but it can be used to test PWA support on any browser and platform. Other uses? -### Moved to Glitch: https://glitch.com/~black-pwa +The simplest Progressive Web App ever? It's just a black window / screen, but it can be used to test PWA support on any browser and platform. Other uses? diff --git a/public/LICENSE b/public/LICENSE index 82e4271..f6886c6 100644 --- a/public/LICENSE +++ b/public/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2022 Tecdrop +Copyright (c) 2018-2024 Tecdrop Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/public/index.html b/public/index.html index 0ba7426..0b4101c 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@ diff --git a/public/sw.js b/public/sw.js index 1a1c5ca..487b71d 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,7 +1,7 @@ /* * * Black PWA - * Copyright (c) 2018-2022 Tecdrop. All rights reserved. + * Copyright (c) 2018-2024 Tecdrop. All rights reserved. * Licensed under the MIT license. * https://www.tecdrop.com *