1
0
mirror of https://github.com/nileshtrivedi/better synced 2025-01-06 02:06:52 +01:00
migliori-alternative/background.js
2020-08-01 02:27:32 +05:30

5 lines
177 B
JavaScript

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