mirror of
https://github.com/nileshtrivedi/better
synced 2025-01-06 02:06:52 +01:00
5 lines
177 B
JavaScript
5 lines
177 B
JavaScript
chrome.runtime.onInstalled.addListener(function() {
|
|
// chrome.storage.sync.set({color: '#3aa757'}, function() {
|
|
// console.log("The color is green.");
|
|
// });
|
|
}); |