mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-04 14:49:44 +07:00
5 lines
139 B
JavaScript
5 lines
139 B
JavaScript
// Global configuration variables
|
|
var config = {
|
|
'homepage': 'http://www.google.ca/search?q=what+is+my+browser&oq=what+is+my+browser'
|
|
};
|