Change the API back to be the correct key so only the permission is different
This commit is contained in:
parent
ff2e41ac8d
commit
6887244e7c
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ function getCookieStoreIdForContainer(containerId) {
|
||||||
class API extends ExtensionAPI {
|
class API extends ExtensionAPI {
|
||||||
getAPI(context) {
|
getAPI(context) {
|
||||||
let self = {
|
let self = {
|
||||||
contextualidentities: {
|
contextualIdentities: {
|
||||||
get(cookieStoreId) {
|
get(cookieStoreId) {
|
||||||
let containerId = getContainerForCookieStoreId(cookieStoreId);
|
let containerId = getContainerForCookieStoreId(cookieStoreId);
|
||||||
if (!containerId) {
|
if (!containerId) {
|
||||||
|
|
|
@ -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.",
|
"description": "Use the <code>browser.contextualIdentities</code> API to query and modify contextual identity, also called as containers.",
|
||||||
"permissions": ["contextualidentities"],
|
"permissions": ["contextualidentities"],
|
||||||
"types": [
|
"types": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue