openTabs.js 343 B

12345678910111213
  1. module.exports = {
  2. isIgnore: false,
  3. groups: [
  4. [
  5. { relPath: 'custom_settings.json', groupId: 1 },
  6. // { relPath: 'EXT/package.json', groupId: 1 },
  7. // { relPath: 'nginx.md', groupId: 1 },
  8. // { url: 'https://itrum.ru', groupId: 3 }
  9. ],
  10. [
  11. { url: 'https://itrum.ru', groupId: 3 },
  12. ]
  13. ]}