mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 03:27:03 +03:00
Request unlimited storage for new local data
This commit is contained in:
@@ -13,8 +13,5 @@
|
||||
},
|
||||
"browser_action": {
|
||||
"default_area": "navbar"
|
||||
},
|
||||
"permissions": [
|
||||
"unlimitedStorage"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
},
|
||||
"permissions": [
|
||||
"storage",
|
||||
"scripting"
|
||||
"scripting",
|
||||
"unlimitedStorage"
|
||||
],
|
||||
"options_ui": {
|
||||
"page": "options/options.html",
|
||||
|
||||
Reference in New Issue
Block a user