1
0
mirror of https://github.com/nileshtrivedi/better synced 2025-06-27 09:03:11 +02:00

first commit

This commit is contained in:
Nilesh
2020-08-01 02:27:32 +05:30
commit 0e44a6e2cc
4 changed files with 59 additions and 0 deletions

5
background.js Normal file
View File

@@ -0,0 +1,5 @@
chrome.runtime.onInstalled.addListener(function() {
// chrome.storage.sync.set({color: '#3aa757'}, function() {
// console.log("The color is green.");
// });
});