mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-29 13:49:41 +07:00
6 lines
173 B
JavaScript
6 lines
173 B
JavaScript
// Global configuration variables
|
|
var config = {
|
|
'homepage': 'https://www.google.com/search?q=Google+Blog',
|
|
'urlPattern': '^[^:]*:[/][/][^/]*(blogspot.|gstatic.).*$'
|
|
};
|