CinePlex/js/config.js

10 lines
312 B
JavaScript
Raw Normal View History

2025-08-16 10:53:11 +02:00
export let config = {
2025-07-02 14:16:25 +02:00
defaultApiKey: '4e44d9029b1270a757cddc766a1bcb63',
2025-08-16 10:53:11 +02:00
lastFmApiKey: '1182c6cd210f9ac366127a6bbe63902a',
2025-07-02 14:16:25 +02:00
dbName: 'PlexDB',
2025-07-28 13:58:30 +02:00
dbVersion: 9,
2025-08-16 10:53:11 +02:00
};
if (typeof chrome === 'undefined' || !chrome.storage) {
console.warn('Running outside of Chrome extension, using default config.');
}