├── .github ├── ISSUE_TEMPLATE │ └── bug-report-error-code.md └── dependabot.yml ├── .gitignore ├── .vscode └── settings.json ├── LICENSE ├── README.md ├── TODO.md ├── Terbium.png ├── index.js ├── package.json ├── pnpm-lock.yaml └── static ├── TBSIF.example.tbs ├── baremux ├── baretypes.d.ts ├── client.d.ts ├── connection.d.ts ├── index.d.ts ├── index.js ├── index.mjs ├── snapshot.d.ts ├── websocket.d.ts ├── worker.d.ts ├── worker.js └── workerHandlers.d.ts ├── calc ├── calc.css ├── calc.html └── calc.js ├── canvas.html ├── changes ├── 080622.html ├── 081022.html ├── 081622.html ├── 082322.html ├── 092022.html ├── changes.css ├── index.css └── index.html ├── color.html ├── color.js ├── epoxy ├── index.js └── index.mjs ├── help.html ├── hypertabs ├── LICENSE ├── bookmark.png ├── c.html ├── css │ ├── chrome-tabs-dark-theme.css │ ├── chrome-tabs-dark-theme.styl │ ├── chrome-tabs.css │ ├── chrome-tabs.styl │ ├── css.css │ └── main.css ├── dcd.png ├── favicon.ico ├── games.png ├── ht.gif ├── icon.png ├── index.html ├── inobounce.min.js ├── internal │ ├── extensions │ │ ├── index.html │ │ └── marketplace.html │ ├── g │ │ └── index.html │ ├── manager.js │ └── newTab │ │ └── main.html └── js │ ├── bookmarks.js │ ├── chrome-tabs.js │ ├── draggabilly.pkgd.min.js │ ├── extensions.js │ ├── js.js │ ├── weather.js │ ├── x │ ├── DarkMode.js │ ├── core.js │ └── demoex.js │ └── xor.js ├── image ├── image.css ├── image.html └── image.js ├── index.css ├── index.html ├── index.js ├── js ├── canvas.js ├── chrome-tabs.js ├── docks.js ├── keys.js ├── localforage.min.js ├── lock.js ├── new.js ├── not.js ├── notifications.js ├── settings.js ├── shell.js ├── tabs.js ├── terbium.messages.js ├── terbiumframe.js ├── theme.js ├── tms.js └── windows.js ├── libcurl ├── index.cjs ├── index.js └── index.mjs ├── login.css ├── login.html ├── login.js ├── newwin.html ├── package-lock.json ├── package.json ├── player ├── Product.ttf ├── index.js ├── player.css ├── player.html └── player.js ├── resources ├── .gitignore.svg ├── Consolas.ttf ├── Fracital.ttf ├── Inter-Bold.ttf ├── Inter.ttf ├── Poppins-Regular.ttf ├── Product.ttf ├── ProductBold.ttf ├── Roboto.ttf ├── RokuPOSVideo.mp4 ├── Segoe UI Bold Italic.ttf ├── Segoe UI Bold.ttf ├── SegoeUI.ttf ├── TXT.svg ├── Task Manager.svg ├── Terbium Terminal.svg ├── TerbiumText.svg ├── Ubuntu-Medium.ttf ├── am.png ├── apps.svg ├── arc.png ├── arc.svg ├── blocker.svg ├── bookmark.svg ├── calc.svg ├── check.svg ├── close.png ├── close.svg ├── color-picker.svg ├── cropper.svg ├── cursors │ ├── crosshairA.png │ ├── crosshairD.png │ ├── crosshairF.png │ ├── crosshairN.png │ ├── handA.png │ ├── handD.png │ ├── handF.png │ ├── handN.png │ ├── normalA.png │ ├── normalD.png │ ├── normalF.png │ ├── normalN.png │ ├── re-bl_trA.png │ ├── re-bl_trD.png │ ├── re-bl_trF.png │ ├── re-bl_trN.png │ ├── re-br_tlA.png │ ├── re-br_tlD.png │ ├── re-br_tlF.png │ ├── re-br_tlN.png │ ├── re-lrA.png │ ├── re-lrD.png │ ├── re-lrF.png │ ├── re-lrN.png │ ├── re-snA.png │ ├── re-snD.png │ ├── re-snF.png │ ├── re-snN.png │ ├── textA.png │ ├── textD.png │ ├── textF.png │ └── textN.png ├── default.png ├── del.svg ├── discord.png ├── dollar.png ├── dollar.svg ├── download.svg ├── eye.svg ├── fonts │ ├── caveat │ │ ├── caveat-bold.ttf │ │ └── caveat-regular.ttf │ ├── dance │ │ ├── Dancing-Bold.ttf │ │ ├── Dancing-Medium.ttf │ │ ├── Dancing-Regular.ttf │ │ └── Dancing-SemiBold.ttf │ ├── fuzzy │ │ ├── Fuzzy-Bold.ttf │ │ └── Fuzzy-Regular.ttf │ ├── jost │ │ ├── Jost-Bold.ttf │ │ └── Jost.ttf │ └── times │ │ ├── times-bold-italic.ttf │ │ ├── times-bold.ttf │ │ ├── times-italic.ttf │ │ └── times.ttf ├── game.svg ├── games │ ├── shell-shockers.jpg │ ├── shell │ │ ├── shell.jpg │ │ └── slope.webp │ ├── slope.jpg │ ├── slope.webp │ └── slope │ │ └── slope.png ├── help.svg ├── home.svg ├── info.svg ├── layout.svg ├── max.png ├── maxi.svg ├── metropolis-extra-bold.otf ├── metropolis-regular.otf ├── mini.png ├── minimize.svg ├── monitor.svg ├── other.svg ├── play.svg ├── player.svg ├── plus.svg ├── plusalt.svg ├── power.svg ├── ref.svg ├── ruffle.svg ├── search.svg ├── settings.png ├── settings.svg ├── settingsAlt.svg ├── settingsAlt2.svg ├── settingsnight.png ├── settingsterm.png ├── sp.png ├── star.svg ├── star1.svg ├── star2.svg ├── start.svg ├── store.svg ├── td.ico ├── terbium.png ├── terbium.svg ├── terbiumnight.png ├── terbiumterm.png ├── terminal.svg ├── theme - almond.png ├── theme - dark.png ├── theme - fracital.png ├── theme - night.png ├── themePrevs │ ├── theme - almond.png │ ├── theme - dark.png │ ├── theme - fracital.png │ └── theme - night.png ├── tidal.png ├── tiktok.png ├── unmax.svg ├── vsc.ico ├── wallpapers │ ├── darkWall.png │ ├── fracitalWall.png │ └── nightWall.png ├── x.svg ├── yt.png └── ytm.png ├── ruffle ├── 159.index.js ├── 248b39fc24a05d0fbed1.wasm ├── 339.index.js ├── 5cb9c185efe574148035.wasm ├── LICENSE_APACHE ├── LICENSE_MIT ├── assets │ └── logo.svg ├── index.js ├── index.js.LICENSE.txt ├── logo-anim.swf ├── ruffle.html ├── swfs.json └── swfs │ ├── alien_hominid.swf │ ├── bitey1.swf │ ├── flyguy.swf │ ├── marvin_spectrum.swf │ ├── saturday_morning_watchmen.swf │ ├── synj1.swf │ ├── synj2.swf │ └── wasted_sky.swf ├── settings.html ├── styles ├── canvas.css ├── color.css ├── cursors.css ├── help.css ├── newin.css ├── prevs │ └── apps.css └── settings.css ├── sw.js ├── terbium BIG.png ├── terbium.png ├── terminal ├── terminal.css ├── terminal.html └── terminal.js ├── textEditor ├── editor.css ├── editor.html └── editor.js ├── uv.png └── uv ├── sw.js ├── uv.bundle.js ├── uv.client.js ├── uv.config.js ├── uv.handler.js ├── uv.styles.css └── uv.sw.js /.github/ISSUE_TEMPLATE/bug-report-error-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/.github/ISSUE_TEMPLATE/bug-report-error-code.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/TODO.md -------------------------------------------------------------------------------- /Terbium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/Terbium.png -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /static/TBSIF.example.tbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/TBSIF.example.tbs -------------------------------------------------------------------------------- /static/baremux/baretypes.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/baremux/baretypes.d.ts -------------------------------------------------------------------------------- /static/baremux/client.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/baremux/client.d.ts -------------------------------------------------------------------------------- /static/baremux/connection.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/baremux/connection.d.ts -------------------------------------------------------------------------------- /static/baremux/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/baremux/index.d.ts -------------------------------------------------------------------------------- /static/baremux/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/baremux/index.js -------------------------------------------------------------------------------- /static/baremux/index.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/baremux/index.mjs -------------------------------------------------------------------------------- /static/baremux/snapshot.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/baremux/snapshot.d.ts -------------------------------------------------------------------------------- /static/baremux/websocket.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/baremux/websocket.d.ts -------------------------------------------------------------------------------- /static/baremux/worker.d.ts: -------------------------------------------------------------------------------- 1 | export {}; 2 | -------------------------------------------------------------------------------- /static/baremux/worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/baremux/worker.js -------------------------------------------------------------------------------- /static/baremux/workerHandlers.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/baremux/workerHandlers.d.ts -------------------------------------------------------------------------------- /static/calc/calc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/calc/calc.css -------------------------------------------------------------------------------- /static/calc/calc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/calc/calc.html -------------------------------------------------------------------------------- /static/calc/calc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/calc/calc.js -------------------------------------------------------------------------------- /static/canvas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/canvas.html -------------------------------------------------------------------------------- /static/changes/080622.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/changes/080622.html -------------------------------------------------------------------------------- /static/changes/081022.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/changes/081022.html -------------------------------------------------------------------------------- /static/changes/081622.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/changes/081622.html -------------------------------------------------------------------------------- /static/changes/082322.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/changes/082322.html -------------------------------------------------------------------------------- /static/changes/092022.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/changes/092022.html -------------------------------------------------------------------------------- /static/changes/changes.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/changes/changes.css -------------------------------------------------------------------------------- /static/changes/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/changes/index.css -------------------------------------------------------------------------------- /static/changes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/changes/index.html -------------------------------------------------------------------------------- /static/color.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/color.html -------------------------------------------------------------------------------- /static/color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/color.js -------------------------------------------------------------------------------- /static/epoxy/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/epoxy/index.js -------------------------------------------------------------------------------- /static/epoxy/index.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/epoxy/index.mjs -------------------------------------------------------------------------------- /static/help.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/help.html -------------------------------------------------------------------------------- /static/hypertabs/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/LICENSE -------------------------------------------------------------------------------- /static/hypertabs/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/bookmark.png -------------------------------------------------------------------------------- /static/hypertabs/c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/c.html -------------------------------------------------------------------------------- /static/hypertabs/css/chrome-tabs-dark-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/css/chrome-tabs-dark-theme.css -------------------------------------------------------------------------------- /static/hypertabs/css/chrome-tabs-dark-theme.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/css/chrome-tabs-dark-theme.styl -------------------------------------------------------------------------------- /static/hypertabs/css/chrome-tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/css/chrome-tabs.css -------------------------------------------------------------------------------- /static/hypertabs/css/chrome-tabs.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/css/chrome-tabs.styl -------------------------------------------------------------------------------- /static/hypertabs/css/css.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/css/css.css -------------------------------------------------------------------------------- /static/hypertabs/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/css/main.css -------------------------------------------------------------------------------- /static/hypertabs/dcd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/dcd.png -------------------------------------------------------------------------------- /static/hypertabs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/favicon.ico -------------------------------------------------------------------------------- /static/hypertabs/games.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/games.png -------------------------------------------------------------------------------- /static/hypertabs/ht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/ht.gif -------------------------------------------------------------------------------- /static/hypertabs/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/icon.png -------------------------------------------------------------------------------- /static/hypertabs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/index.html -------------------------------------------------------------------------------- /static/hypertabs/inobounce.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/inobounce.min.js -------------------------------------------------------------------------------- /static/hypertabs/internal/extensions/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/internal/extensions/index.html -------------------------------------------------------------------------------- /static/hypertabs/internal/extensions/marketplace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/internal/extensions/marketplace.html -------------------------------------------------------------------------------- /static/hypertabs/internal/g/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/internal/g/index.html -------------------------------------------------------------------------------- /static/hypertabs/internal/manager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/internal/manager.js -------------------------------------------------------------------------------- /static/hypertabs/internal/newTab/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/internal/newTab/main.html -------------------------------------------------------------------------------- /static/hypertabs/js/bookmarks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/js/bookmarks.js -------------------------------------------------------------------------------- /static/hypertabs/js/chrome-tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/js/chrome-tabs.js -------------------------------------------------------------------------------- /static/hypertabs/js/draggabilly.pkgd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/js/draggabilly.pkgd.min.js -------------------------------------------------------------------------------- /static/hypertabs/js/extensions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/js/extensions.js -------------------------------------------------------------------------------- /static/hypertabs/js/js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/js/js.js -------------------------------------------------------------------------------- /static/hypertabs/js/weather.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/js/weather.js -------------------------------------------------------------------------------- /static/hypertabs/js/x/DarkMode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/js/x/DarkMode.js -------------------------------------------------------------------------------- /static/hypertabs/js/x/core.js: -------------------------------------------------------------------------------- 1 | // empty file referencing HT core. 2 | -------------------------------------------------------------------------------- /static/hypertabs/js/x/demoex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/js/x/demoex.js -------------------------------------------------------------------------------- /static/hypertabs/js/xor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/hypertabs/js/xor.js -------------------------------------------------------------------------------- /static/image/image.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/image/image.css -------------------------------------------------------------------------------- /static/image/image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/image/image.html -------------------------------------------------------------------------------- /static/image/image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/image/image.js -------------------------------------------------------------------------------- /static/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/index.css -------------------------------------------------------------------------------- /static/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/index.html -------------------------------------------------------------------------------- /static/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/index.js -------------------------------------------------------------------------------- /static/js/canvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/canvas.js -------------------------------------------------------------------------------- /static/js/chrome-tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/chrome-tabs.js -------------------------------------------------------------------------------- /static/js/docks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/docks.js -------------------------------------------------------------------------------- /static/js/keys.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/keys.js -------------------------------------------------------------------------------- /static/js/localforage.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/localforage.min.js -------------------------------------------------------------------------------- /static/js/lock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/lock.js -------------------------------------------------------------------------------- /static/js/new.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/new.js -------------------------------------------------------------------------------- /static/js/not.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/not.js -------------------------------------------------------------------------------- /static/js/notifications.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/notifications.js -------------------------------------------------------------------------------- /static/js/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/settings.js -------------------------------------------------------------------------------- /static/js/shell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/shell.js -------------------------------------------------------------------------------- /static/js/tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/tabs.js -------------------------------------------------------------------------------- /static/js/terbium.messages.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/terbium.messages.js -------------------------------------------------------------------------------- /static/js/terbiumframe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/terbiumframe.js -------------------------------------------------------------------------------- /static/js/theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/theme.js -------------------------------------------------------------------------------- /static/js/tms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/tms.js -------------------------------------------------------------------------------- /static/js/windows.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/js/windows.js -------------------------------------------------------------------------------- /static/libcurl/index.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/libcurl/index.cjs -------------------------------------------------------------------------------- /static/libcurl/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/libcurl/index.js -------------------------------------------------------------------------------- /static/libcurl/index.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/libcurl/index.mjs -------------------------------------------------------------------------------- /static/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/login.css -------------------------------------------------------------------------------- /static/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/login.html -------------------------------------------------------------------------------- /static/login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/login.js -------------------------------------------------------------------------------- /static/newwin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/newwin.html -------------------------------------------------------------------------------- /static/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/package-lock.json -------------------------------------------------------------------------------- /static/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/package.json -------------------------------------------------------------------------------- /static/player/Product.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/player/Product.ttf -------------------------------------------------------------------------------- /static/player/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/player/index.js -------------------------------------------------------------------------------- /static/player/player.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/player/player.css -------------------------------------------------------------------------------- /static/player/player.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/player/player.html -------------------------------------------------------------------------------- /static/player/player.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/player/player.js -------------------------------------------------------------------------------- /static/resources/.gitignore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/.gitignore.svg -------------------------------------------------------------------------------- /static/resources/Consolas.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/Consolas.ttf -------------------------------------------------------------------------------- /static/resources/Fracital.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/Fracital.ttf -------------------------------------------------------------------------------- /static/resources/Inter-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/Inter-Bold.ttf -------------------------------------------------------------------------------- /static/resources/Inter.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/Inter.ttf -------------------------------------------------------------------------------- /static/resources/Poppins-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/Poppins-Regular.ttf -------------------------------------------------------------------------------- /static/resources/Product.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/Product.ttf -------------------------------------------------------------------------------- /static/resources/ProductBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/ProductBold.ttf -------------------------------------------------------------------------------- /static/resources/Roboto.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/Roboto.ttf -------------------------------------------------------------------------------- /static/resources/RokuPOSVideo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/RokuPOSVideo.mp4 -------------------------------------------------------------------------------- /static/resources/Segoe UI Bold Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/Segoe UI Bold Italic.ttf -------------------------------------------------------------------------------- /static/resources/Segoe UI Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/Segoe UI Bold.ttf -------------------------------------------------------------------------------- /static/resources/SegoeUI.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/SegoeUI.ttf -------------------------------------------------------------------------------- /static/resources/TXT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/TXT.svg -------------------------------------------------------------------------------- /static/resources/Task Manager.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/Task Manager.svg -------------------------------------------------------------------------------- /static/resources/Terbium Terminal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/Terbium Terminal.svg -------------------------------------------------------------------------------- /static/resources/TerbiumText.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/TerbiumText.svg -------------------------------------------------------------------------------- /static/resources/Ubuntu-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/Ubuntu-Medium.ttf -------------------------------------------------------------------------------- /static/resources/am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/am.png -------------------------------------------------------------------------------- /static/resources/apps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/apps.svg -------------------------------------------------------------------------------- /static/resources/arc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/arc.png -------------------------------------------------------------------------------- /static/resources/arc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/arc.svg -------------------------------------------------------------------------------- /static/resources/blocker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/blocker.svg -------------------------------------------------------------------------------- /static/resources/bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/bookmark.svg -------------------------------------------------------------------------------- /static/resources/calc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/calc.svg -------------------------------------------------------------------------------- /static/resources/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/check.svg -------------------------------------------------------------------------------- /static/resources/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/close.png -------------------------------------------------------------------------------- /static/resources/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/close.svg -------------------------------------------------------------------------------- /static/resources/color-picker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/color-picker.svg -------------------------------------------------------------------------------- /static/resources/cropper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cropper.svg -------------------------------------------------------------------------------- /static/resources/cursors/crosshairA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/crosshairA.png -------------------------------------------------------------------------------- /static/resources/cursors/crosshairD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/crosshairD.png -------------------------------------------------------------------------------- /static/resources/cursors/crosshairF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/crosshairF.png -------------------------------------------------------------------------------- /static/resources/cursors/crosshairN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/crosshairN.png -------------------------------------------------------------------------------- /static/resources/cursors/handA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/handA.png -------------------------------------------------------------------------------- /static/resources/cursors/handD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/handD.png -------------------------------------------------------------------------------- /static/resources/cursors/handF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/handF.png -------------------------------------------------------------------------------- /static/resources/cursors/handN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/handN.png -------------------------------------------------------------------------------- /static/resources/cursors/normalA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/normalA.png -------------------------------------------------------------------------------- /static/resources/cursors/normalD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/normalD.png -------------------------------------------------------------------------------- /static/resources/cursors/normalF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/normalF.png -------------------------------------------------------------------------------- /static/resources/cursors/normalN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/normalN.png -------------------------------------------------------------------------------- /static/resources/cursors/re-bl_trA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-bl_trA.png -------------------------------------------------------------------------------- /static/resources/cursors/re-bl_trD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-bl_trD.png -------------------------------------------------------------------------------- /static/resources/cursors/re-bl_trF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-bl_trF.png -------------------------------------------------------------------------------- /static/resources/cursors/re-bl_trN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-bl_trN.png -------------------------------------------------------------------------------- /static/resources/cursors/re-br_tlA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-br_tlA.png -------------------------------------------------------------------------------- /static/resources/cursors/re-br_tlD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-br_tlD.png -------------------------------------------------------------------------------- /static/resources/cursors/re-br_tlF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-br_tlF.png -------------------------------------------------------------------------------- /static/resources/cursors/re-br_tlN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-br_tlN.png -------------------------------------------------------------------------------- /static/resources/cursors/re-lrA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-lrA.png -------------------------------------------------------------------------------- /static/resources/cursors/re-lrD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-lrD.png -------------------------------------------------------------------------------- /static/resources/cursors/re-lrF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-lrF.png -------------------------------------------------------------------------------- /static/resources/cursors/re-lrN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-lrN.png -------------------------------------------------------------------------------- /static/resources/cursors/re-snA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-snA.png -------------------------------------------------------------------------------- /static/resources/cursors/re-snD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-snD.png -------------------------------------------------------------------------------- /static/resources/cursors/re-snF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-snF.png -------------------------------------------------------------------------------- /static/resources/cursors/re-snN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/re-snN.png -------------------------------------------------------------------------------- /static/resources/cursors/textA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/textA.png -------------------------------------------------------------------------------- /static/resources/cursors/textD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/textD.png -------------------------------------------------------------------------------- /static/resources/cursors/textF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/textF.png -------------------------------------------------------------------------------- /static/resources/cursors/textN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/cursors/textN.png -------------------------------------------------------------------------------- /static/resources/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/default.png -------------------------------------------------------------------------------- /static/resources/del.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/del.svg -------------------------------------------------------------------------------- /static/resources/discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/discord.png -------------------------------------------------------------------------------- /static/resources/dollar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/dollar.png -------------------------------------------------------------------------------- /static/resources/dollar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/dollar.svg -------------------------------------------------------------------------------- /static/resources/download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/download.svg -------------------------------------------------------------------------------- /static/resources/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/eye.svg -------------------------------------------------------------------------------- /static/resources/fonts/caveat/caveat-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/caveat/caveat-bold.ttf -------------------------------------------------------------------------------- /static/resources/fonts/caveat/caveat-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/caveat/caveat-regular.ttf -------------------------------------------------------------------------------- /static/resources/fonts/dance/Dancing-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/dance/Dancing-Bold.ttf -------------------------------------------------------------------------------- /static/resources/fonts/dance/Dancing-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/dance/Dancing-Medium.ttf -------------------------------------------------------------------------------- /static/resources/fonts/dance/Dancing-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/dance/Dancing-Regular.ttf -------------------------------------------------------------------------------- /static/resources/fonts/dance/Dancing-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/dance/Dancing-SemiBold.ttf -------------------------------------------------------------------------------- /static/resources/fonts/fuzzy/Fuzzy-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/fuzzy/Fuzzy-Bold.ttf -------------------------------------------------------------------------------- /static/resources/fonts/fuzzy/Fuzzy-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/fuzzy/Fuzzy-Regular.ttf -------------------------------------------------------------------------------- /static/resources/fonts/jost/Jost-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/jost/Jost-Bold.ttf -------------------------------------------------------------------------------- /static/resources/fonts/jost/Jost.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/jost/Jost.ttf -------------------------------------------------------------------------------- /static/resources/fonts/times/times-bold-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/times/times-bold-italic.ttf -------------------------------------------------------------------------------- /static/resources/fonts/times/times-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/times/times-bold.ttf -------------------------------------------------------------------------------- /static/resources/fonts/times/times-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/times/times-italic.ttf -------------------------------------------------------------------------------- /static/resources/fonts/times/times.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/fonts/times/times.ttf -------------------------------------------------------------------------------- /static/resources/game.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/game.svg -------------------------------------------------------------------------------- /static/resources/games/shell-shockers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/games/shell-shockers.jpg -------------------------------------------------------------------------------- /static/resources/games/shell/shell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/games/shell/shell.jpg -------------------------------------------------------------------------------- /static/resources/games/shell/slope.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/games/shell/slope.webp -------------------------------------------------------------------------------- /static/resources/games/slope.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/games/slope.jpg -------------------------------------------------------------------------------- /static/resources/games/slope.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/games/slope.webp -------------------------------------------------------------------------------- /static/resources/games/slope/slope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/games/slope/slope.png -------------------------------------------------------------------------------- /static/resources/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/help.svg -------------------------------------------------------------------------------- /static/resources/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/home.svg -------------------------------------------------------------------------------- /static/resources/info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/info.svg -------------------------------------------------------------------------------- /static/resources/layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/layout.svg -------------------------------------------------------------------------------- /static/resources/max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/max.png -------------------------------------------------------------------------------- /static/resources/maxi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/maxi.svg -------------------------------------------------------------------------------- /static/resources/metropolis-extra-bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/metropolis-extra-bold.otf -------------------------------------------------------------------------------- /static/resources/metropolis-regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/metropolis-regular.otf -------------------------------------------------------------------------------- /static/resources/mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/mini.png -------------------------------------------------------------------------------- /static/resources/minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/minimize.svg -------------------------------------------------------------------------------- /static/resources/monitor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/monitor.svg -------------------------------------------------------------------------------- /static/resources/other.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/other.svg -------------------------------------------------------------------------------- /static/resources/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/play.svg -------------------------------------------------------------------------------- /static/resources/player.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/player.svg -------------------------------------------------------------------------------- /static/resources/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/plus.svg -------------------------------------------------------------------------------- /static/resources/plusalt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/plusalt.svg -------------------------------------------------------------------------------- /static/resources/power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/power.svg -------------------------------------------------------------------------------- /static/resources/ref.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/ref.svg -------------------------------------------------------------------------------- /static/resources/ruffle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/ruffle.svg -------------------------------------------------------------------------------- /static/resources/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/search.svg -------------------------------------------------------------------------------- /static/resources/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/settings.png -------------------------------------------------------------------------------- /static/resources/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/settings.svg -------------------------------------------------------------------------------- /static/resources/settingsAlt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/settingsAlt.svg -------------------------------------------------------------------------------- /static/resources/settingsAlt2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/settingsAlt2.svg -------------------------------------------------------------------------------- /static/resources/settingsnight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/settingsnight.png -------------------------------------------------------------------------------- /static/resources/settingsterm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/settingsterm.png -------------------------------------------------------------------------------- /static/resources/sp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/sp.png -------------------------------------------------------------------------------- /static/resources/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/star.svg -------------------------------------------------------------------------------- /static/resources/star1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/star1.svg -------------------------------------------------------------------------------- /static/resources/star2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/star2.svg -------------------------------------------------------------------------------- /static/resources/start.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/start.svg -------------------------------------------------------------------------------- /static/resources/store.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/store.svg -------------------------------------------------------------------------------- /static/resources/td.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/td.ico -------------------------------------------------------------------------------- /static/resources/terbium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/terbium.png -------------------------------------------------------------------------------- /static/resources/terbium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/terbium.svg -------------------------------------------------------------------------------- /static/resources/terbiumnight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/terbiumnight.png -------------------------------------------------------------------------------- /static/resources/terbiumterm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/terbiumterm.png -------------------------------------------------------------------------------- /static/resources/terminal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/terminal.svg -------------------------------------------------------------------------------- /static/resources/theme - almond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/theme - almond.png -------------------------------------------------------------------------------- /static/resources/theme - dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/theme - dark.png -------------------------------------------------------------------------------- /static/resources/theme - fracital.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/theme - fracital.png -------------------------------------------------------------------------------- /static/resources/theme - night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/theme - night.png -------------------------------------------------------------------------------- /static/resources/themePrevs/theme - almond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/themePrevs/theme - almond.png -------------------------------------------------------------------------------- /static/resources/themePrevs/theme - dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/themePrevs/theme - dark.png -------------------------------------------------------------------------------- /static/resources/themePrevs/theme - fracital.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/themePrevs/theme - fracital.png -------------------------------------------------------------------------------- /static/resources/themePrevs/theme - night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/themePrevs/theme - night.png -------------------------------------------------------------------------------- /static/resources/tidal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/tidal.png -------------------------------------------------------------------------------- /static/resources/tiktok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/tiktok.png -------------------------------------------------------------------------------- /static/resources/unmax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/unmax.svg -------------------------------------------------------------------------------- /static/resources/vsc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/vsc.ico -------------------------------------------------------------------------------- /static/resources/wallpapers/darkWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/wallpapers/darkWall.png -------------------------------------------------------------------------------- /static/resources/wallpapers/fracitalWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/wallpapers/fracitalWall.png -------------------------------------------------------------------------------- /static/resources/wallpapers/nightWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/wallpapers/nightWall.png -------------------------------------------------------------------------------- /static/resources/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/x.svg -------------------------------------------------------------------------------- /static/resources/yt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/yt.png -------------------------------------------------------------------------------- /static/resources/ytm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/resources/ytm.png -------------------------------------------------------------------------------- /static/ruffle/159.index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/159.index.js -------------------------------------------------------------------------------- /static/ruffle/248b39fc24a05d0fbed1.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/248b39fc24a05d0fbed1.wasm -------------------------------------------------------------------------------- /static/ruffle/339.index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/339.index.js -------------------------------------------------------------------------------- /static/ruffle/5cb9c185efe574148035.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/5cb9c185efe574148035.wasm -------------------------------------------------------------------------------- /static/ruffle/LICENSE_APACHE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/LICENSE_APACHE -------------------------------------------------------------------------------- /static/ruffle/LICENSE_MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/LICENSE_MIT -------------------------------------------------------------------------------- /static/ruffle/assets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/assets/logo.svg -------------------------------------------------------------------------------- /static/ruffle/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/index.js -------------------------------------------------------------------------------- /static/ruffle/index.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/index.js.LICENSE.txt -------------------------------------------------------------------------------- /static/ruffle/logo-anim.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/logo-anim.swf -------------------------------------------------------------------------------- /static/ruffle/ruffle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/ruffle.html -------------------------------------------------------------------------------- /static/ruffle/swfs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/swfs.json -------------------------------------------------------------------------------- /static/ruffle/swfs/alien_hominid.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/swfs/alien_hominid.swf -------------------------------------------------------------------------------- /static/ruffle/swfs/bitey1.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/swfs/bitey1.swf -------------------------------------------------------------------------------- /static/ruffle/swfs/flyguy.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/swfs/flyguy.swf -------------------------------------------------------------------------------- /static/ruffle/swfs/marvin_spectrum.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/swfs/marvin_spectrum.swf -------------------------------------------------------------------------------- /static/ruffle/swfs/saturday_morning_watchmen.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/swfs/saturday_morning_watchmen.swf -------------------------------------------------------------------------------- /static/ruffle/swfs/synj1.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/swfs/synj1.swf -------------------------------------------------------------------------------- /static/ruffle/swfs/synj2.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/swfs/synj2.swf -------------------------------------------------------------------------------- /static/ruffle/swfs/wasted_sky.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/ruffle/swfs/wasted_sky.swf -------------------------------------------------------------------------------- /static/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/settings.html -------------------------------------------------------------------------------- /static/styles/canvas.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/styles/canvas.css -------------------------------------------------------------------------------- /static/styles/color.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/styles/color.css -------------------------------------------------------------------------------- /static/styles/cursors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/styles/cursors.css -------------------------------------------------------------------------------- /static/styles/help.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/styles/help.css -------------------------------------------------------------------------------- /static/styles/newin.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/styles/newin.css -------------------------------------------------------------------------------- /static/styles/prevs/apps.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/styles/prevs/apps.css -------------------------------------------------------------------------------- /static/styles/settings.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/styles/settings.css -------------------------------------------------------------------------------- /static/sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/sw.js -------------------------------------------------------------------------------- /static/terbium BIG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/terbium BIG.png -------------------------------------------------------------------------------- /static/terbium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/terbium.png -------------------------------------------------------------------------------- /static/terminal/terminal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/terminal/terminal.css -------------------------------------------------------------------------------- /static/terminal/terminal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/terminal/terminal.html -------------------------------------------------------------------------------- /static/terminal/terminal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/terminal/terminal.js -------------------------------------------------------------------------------- /static/textEditor/editor.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/textEditor/editor.css -------------------------------------------------------------------------------- /static/textEditor/editor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/textEditor/editor.html -------------------------------------------------------------------------------- /static/textEditor/editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/textEditor/editor.js -------------------------------------------------------------------------------- /static/uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/uv.png -------------------------------------------------------------------------------- /static/uv/sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/uv/sw.js -------------------------------------------------------------------------------- /static/uv/uv.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/uv/uv.bundle.js -------------------------------------------------------------------------------- /static/uv/uv.client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/uv/uv.client.js -------------------------------------------------------------------------------- /static/uv/uv.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/uv/uv.config.js -------------------------------------------------------------------------------- /static/uv/uv.handler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/uv/uv.handler.js -------------------------------------------------------------------------------- /static/uv/uv.styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/uv/uv.styles.css -------------------------------------------------------------------------------- /static/uv/uv.sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TerbiumOS/webOS/HEAD/static/uv/uv.sw.js --------------------------------------------------------------------------------