10 lines
312 B
JavaScript
10 lines
312 B
JavaScript
export let config = {
|
|
defaultApiKey: '4e44d9029b1270a757cddc766a1bcb63',
|
|
lastFmApiKey: '1182c6cd210f9ac366127a6bbe63902a',
|
|
dbName: 'PlexDB',
|
|
dbVersion: 9,
|
|
};
|
|
|
|
if (typeof chrome === 'undefined' || !chrome.storage) {
|
|
console.warn('Running outside of Chrome extension, using default config.');
|
|
} |