Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Jun 8, 2022
1 parent 82e436a commit ffb9bac
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
// Copyright (c) 2018 François Beaufort and (c) 2022 Alex313031. //

{
"manifest_version": 3,
"manifest_version": 2,
"name": "COG - System Info Viewer",
"short_name": "COG",
"author": "Alex313031",
"description": "__MSG_appDescription__",
"homepage_url": "https://github.com/Alex313031/cog-chromium/",
"version": "0.15.5",
"version_name": "0.15.5",
"version": "0.15.6",
"version_name": "0.15.6",
"offline_enabled": true,
"minimum_chrome_version": "88",
"default_locale": "en",
Expand Down Expand Up @@ -41,7 +40,6 @@
"system.network",
"system.storage",
"clipboardRead",
"clipboardWrite",
"notifications"
"clipboardWrite"
]
}

0 comments on commit ffb9bac

Please sign in to comment.