mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-22 17:22:55 +02:00
4 lines
131 B
JavaScript
4 lines
131 B
JavaScript
const ss = require("sdk/simple-storage");
|
|
|
|
ss.storage.superImportantUserStoredData = "This value was saved in the simple-storage";
|