2020-02-23 13:40:09 -06:00
|
|
|
{
|
|
|
|
"name": "Boiler AutoLogin",
|
2020-03-01 12:28:54 -06:00
|
|
|
"version": "0.1.3",
|
2020-02-23 13:40:09 -06:00
|
|
|
"description": "Bypass BoilerKey.",
|
|
|
|
"options_page": "options.html",
|
|
|
|
"permissions": [
|
|
|
|
"https://api-1b9bef70.duosecurity.com/",
|
|
|
|
"storage"
|
|
|
|
],
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
2020-02-26 20:40:35 -06:00
|
|
|
"matches": ["https://www.purdue.edu/apps/account/cas/login*", "https://purdue.edu/apps/account/cas/login*"],
|
2020-02-23 13:40:09 -06:00
|
|
|
"js": ["HOTP.js", "casLoginInjection.js"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"manifest_version": 2
|
|
|
|
}
|