Change the API back to be the correct key so only the permission is different

This commit is contained in:
Jonathan Kingston 2016-12-20 21:10:35 +00:00 committed by groovecoder
parent ff2e41ac8d
commit 6887244e7c
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ function getCookieStoreIdForContainer(containerId) {
class API extends ExtensionAPI {
getAPI(context) {
let self = {
contextualidentities: {
contextualIdentities: {
get(cookieStoreId) {
let containerId = getContainerForCookieStoreId(cookieStoreId);
if (!containerId) {

View file

@ -1,6 +1,6 @@
[
{
"namespace": "contextualidentities",
"namespace": "contextualIdentities",
"description": "Use the <code>browser.contextualIdentities</code> API to query and modify contextual identity, also called as containers.",
"permissions": ["contextualidentities"],
"types": [