diff --git a/README.md b/README.md index 9badecc..8b917c4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This happens in the background, the extension **will not** move your mouse. * [Bugs or Feature Requests](#bugs-or-feature-requests) ## Installation guide -Download the latest zip from the [releases](https://github.com/GoddeerisEdouard/UGentAutoLogin/releases) +Download the latest `UGentAutoLogin-vX.X.X.zip` from the [releases](https://github.com/GoddeerisEdouard/UGentAutoLogin/releases) ### Chrome extract zip. @@ -29,7 +29,7 @@ And select the zip. Downside: This temporary extension expires in 24 hours... -Alternative: `` +Alternative: `` This never expires. ## Auto login screens diff --git a/manifest.json b/manifest.json index 514bc3a..6893e9d 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "author": "Edouard Goddeeris", "name": "Auto Login Extension", - "version": "1.0", + "version": "1.0.0", "description": "Automatically clicks login buttons on TimeEdit UGent, Microsoft Online, and elosp UGent", "browser_specific_settings": { "gecko": { @@ -11,7 +11,6 @@ }, "permissions": [ "tabs", - "scripting", "https://cloud.timeedit.net/*", "https://login.microsoftonline.com/*", "https://elosp.ugent.be/*"