()
| 279 | } |
| 280 | |
| 281 | async function getBackgroundState() { |
| 282 | try { |
| 283 | return await chrome.runtime.sendMessage({ type: 'GET_STATE', source: 'sub2api-panel' }); |
| 284 | } catch { |
| 285 | return {}; |
| 286 | } |
| 287 | } |
| 288 | |
| 289 | function openAccountsPageSoon(origin) { |
| 290 | const accountsUrl = `${origin}/admin/accounts`; |
no outgoing calls
no test coverage detected