()
| 39 | } |
| 40 | |
| 41 | function getValues() { |
| 42 | return { |
| 43 | type: 'update', |
| 44 | minInterval: minInterval, |
| 45 | maxInterval: maxInterval, |
| 46 | pattern: pattern.source, |
| 47 | enabled: enabled |
| 48 | } |
| 49 | } |
| 50 | |
| 51 | function updateTabs() { |
| 52 | chrome.tabs.query({active: true, currentWindow: true}, function(tabs) { |
no outgoing calls
no test coverage detected