diff options
| author | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-30 23:13:12 +0500 |
|---|---|---|
| committer | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-30 23:13:12 +0500 |
| commit | 0d5fbe5a1ad4a6402e32fa577720bc41cd2016d2 (patch) | |
| tree | dc01e33eb80e0b4ee4b8f7ad74a05d5ae7b21007 | |
| parent | Update README.md (diff) | |
| download | githunt-0d5fbe5a1ad4a6402e32fa577720bc41cd2016d2.tar.gz | |
Add license and remove webnavigation permission
| -rw-r--r-- | license.md | 21 | ||||
| -rw-r--r-- | public/manifest.json | 1 | ||||
| -rw-r--r-- | readme.md (renamed from README.md) | 0 |
3 files changed, 21 insertions, 1 deletions
diff --git a/license.md b/license.md new file mode 100644 index 0000000..a0383ae --- /dev/null +++ b/license.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2018 Kamran Ahmed + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/public/manifest.json b/public/manifest.json index 137520a..c64eafb 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -7,7 +7,6 @@ "permissions": [ "tabs", "storage", - "webNavigation", "*://*.github.com/*" ], "icons": { |
