Open AlizaibWEBdev opened 2 hours ago
Your manifest.json file is missing the storage permission, which is necessary to use the chrome.storage API. Without this permission, the chrome.storage.local object will be undefined, leading to the error you're encountering.
Your manifest.json file is missing the storage permission, which is necessary to use the chrome.storage API. Without this permission, the chrome.storage.local object will be undefined, leading to the error you're encountering.