chore: allow custom hosts to send extentions requests (#222)
This commit is contained in:
committed by
GitHub
parent
0fba9fdec5
commit
f3c1f10ffe
@@ -38,13 +38,6 @@
|
||||
"chrome_style": false,
|
||||
"page": "options.html"
|
||||
},
|
||||
"permissions": [
|
||||
"https://api.wakatime.com/*",
|
||||
"https://wakatime.com/*",
|
||||
"alarms",
|
||||
"tabs",
|
||||
"storage",
|
||||
"idle"
|
||||
],
|
||||
"version": "3.0.16"
|
||||
"permissions": ["<all_urls>", "alarms", "tabs", "storage", "idle"],
|
||||
"version": "3.0.17"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user