|
6877 | 6877 | "name": "Application list for a WinUtil", |
6878 | 6878 | "description": "Application list for a WinUtil", |
6879 | 6879 | "fileMatch": ["**/*winutil*/config/applications.json"], |
6880 | | - "url": "https://raw.githubusercontent.com/winutil-applications.json" |
| 6880 | + "url": "https://json.schemastore.org/winutil-applications.json" |
6881 | 6881 | }, |
6882 | 6882 | { |
6883 | 6883 | "name": "Preset list for a WinUtil", |
6884 | 6884 | "description": "Preset list for a WinUtil", |
6885 | 6885 | "fileMatch": ["**/*winutil*/config/preset.json"], |
6886 | | - "url": "https://raw.githubusercontent.com/winutil-preset.json" |
| 6886 | + "url": "https://json.schemastore.org/winutil-preset.json" |
6887 | 6887 | }, |
6888 | 6888 | { |
6889 | 6889 | "name": "Tab list for a LinUtil", |
6890 | 6890 | "description": "Tab list for a LinUtil", |
6891 | 6891 | "fileMatch": ["**/*linutil*/**/tabs.toml"], |
6892 | | - "url": "https://raw.githubusercontent.com/linutil-tabs.json" |
| 6892 | + "url": "https://json.schemastore.org/linutil-tabs.json" |
6893 | 6893 | }, |
6894 | 6894 | { |
6895 | 6895 | "name": "Tab data for a LinUtil", |
6896 | 6896 | "description": "Tab data for a LinUtil", |
6897 | 6897 | "fileMatch": ["**/*linutil*/**/tab_data.toml"], |
6898 | | - "url": "https://raw.githubusercontent.com/linutil-tab-data.json" |
| 6898 | + "url": "https://json.schemastore.org/linutil-tab-data.json" |
6899 | 6899 | } |
6900 | 6900 | ] |
6901 | 6901 | } |
0 commit comments