blob: 5447e62954e75e0ba359bea19704637f06e0a605 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"background": {
"persistent": false
},
"optional_permissions": [
"webNavigation"
],
"browser_action": {
"default_icon": {
"16": "icons/SafariIconSponsorBlocker16px.png",
"32": "icons/SafariIconSponsorBlocker32px.png",
"64": "icons/SafariIconSponsorBlocker64px.png",
"128": "icons/SafariIconSponsorBlocker128px.png"
}
}
}
|