blob: 7a2bedfa3a7ddc3eff5859e85751d5b69ce6e639 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "NoAlertLoop",
"package": "com.jake0oo0.noalertloop",
"author": "Jake0oo0",
"version": "1.0.1",
"description": "Prevent malicious websites from creating an infinite amount of popups. Deprecated with iOS 9!",
"changelog": {
"1.0.0": [
"Initial Release"
],
"1.0.1": [
"Made patch similar to iOS 9 fix",
"Popup asking whether or not to mute a website's popups"
]
},
"screenshots": {
"noalertloop1.jpg": "Safari popup allowing the user to choose whether or not to mute a website",
"noalertloop2.jpg": "Popup in a 3rd party app (AlienBlue) doing the same thing"
},
"links": {
"<span class=\"glyphicon glyphicon-heart\"></span> Developer's Twitter": "https://twitter.com/itsjake88"
}
}
|