diff --git a/manifest.json b/manifest.json index 68494ce..5f211c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,17 +1,19 @@ { "name": "Boiler AutoLogin", - "version": "0.1.5", + "version": "0.1.6", "description": "Bypass BoilerKey.", "options_page": "options.html", "permissions": [ - "https://api-1b9bef70.duosecurity.com/", "storage" ], + "host_permissions": [ + "https://api-1b9bef70.duosecurity.com/" + ], "content_scripts": [ { "matches": ["https://www.purdue.edu/apps/account/cas/login*", "https://purdue.edu/apps/account/cas/login*"], "js": ["HOTP.js", "casLoginInjection.js"] } ], - "manifest_version": 2 + "manifest_version": 3 }