Spaces:
Sleeping
Sleeping
| chrome.runtime.onInstalled.addListener(() => { | |
| chrome.storage.local.set({ | |
| flowpilotBackendUrl: "http://localhost:8000/api", | |
| }); | |
| }); | |
| chrome.runtime.onInstalled.addListener(() => { | |
| chrome.storage.local.set({ | |
| flowpilotBackendUrl: "http://localhost:8000/api", | |
| }); | |
| }); | |