mirror of
https://github.com/nileshtrivedi/better
synced 2025-06-27 09:03:11 +02:00
first commit
This commit is contained in:
5
background.js
Normal file
5
background.js
Normal file
@@ -0,0 +1,5 @@
|
||||
chrome.runtime.onInstalled.addListener(function() {
|
||||
// chrome.storage.sync.set({color: '#3aa757'}, function() {
|
||||
// console.log("The color is green.");
|
||||
// });
|
||||
});
|
Reference in New Issue
Block a user