Save webextension toggle state

Save whether the snowflake extension is currently enabled in local
storage so that users do not need to opt-in again every time the browser
is restarted
This commit is contained in:
Cecylia Bocovich 2019-07-02 11:51:47 -04:00
parent e93584029a
commit 2cd69f6f25
2 changed files with 16 additions and 1 deletions

View file

@ -13,5 +13,6 @@
},
"default_title": "Snowflake",
"default_popup": "popup.html"
}
},
"permissions": ["storage"]
}