ThoriumOS updates
|
@ -5,5 +5,9 @@
|
|||
"ghbmnnjooekpmoecnnnilnnbdlolhkhi" : {
|
||||
"external_update_url": "https://clients2.google.com/service/update2/crx"
|
||||
}
|
||||
// uBlock Origin extension
|
||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm" : {
|
||||
"external_update_url": "https://clients2.google.com/service/update2/crx"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
1
logos/NEW/chromeos/file_manager/file_manager.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width=" 192" height=" 192" fill-rule="evenodd" class="vector-svg"><path fill="gray" stroke="gray" stroke-width="0px" stroke-linecap="round" shape-rendering="geometricPrecision" d="M 96 96 m -96 0 a 96 96 0 1 0 192 0 a 96 96 0 1 0 -192 0" style="fill: rgb(26, 115, 232); stroke: rgb(26, 115, 232);"/><path fill="gray" stroke="gray" stroke-width="0px" stroke-linecap="round" shape-rendering="geometricPrecision" d="M 149 67 C 149 62.58 145.42 59 141 59 L 50 59 C 45.58 59 42 62.58 42 67 L 42 132 C 42 136.42 45.58 140 50 140 L 141 140 C 145.42 140 149 136.42 149 132 L 149 67" style="fill: rgb(0, 0, 0); stroke: rgb(0, 0, 0);"/><path fill="gray" stroke="gray" stroke-width="0px" stroke-linecap="round" shape-rendering="geometricPrecision" d="M 50 52 C 45.58 52 42 55.58 42 60 V 132 C 42 136.42 45.58 140 50 140 H 141.13 C 145.55 140 149.13 136.42 149.13 132 V 125.13 L 76 52 H 50" style="fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255);"/><path fill="gray" stroke="gray" stroke-width="0px" stroke-linecap="round" shape-rendering="geometricPrecision" d="m 149 77 c 0 -4.42 -3.58 -8 -8 -8 h -99 v 63 c 0 4.42 3.58 8 8 8 h 91 c 4.42 0 8 -3.58 8 -8 Z" style="fill: rgb(128, 249, 249); stroke: rgb(128, 249, 249);"/></svg>
|
After Width: | Height: | Size: 1.2 KiB |
BIN
logos/NEW/chromeos/file_manager/icon128.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
logos/NEW/chromeos/file_manager/icon16.png
Normal file
After Width: | Height: | Size: 492 B |
BIN
logos/NEW/chromeos/file_manager/icon192.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
logos/NEW/chromeos/file_manager/icon256.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
logos/NEW/chromeos/file_manager/icon32.png
Normal file
After Width: | Height: | Size: 798 B |
BIN
logos/NEW/chromeos/file_manager/icon48.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
logos/NEW/chromeos/file_manager/icon64.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
logos/NEW/chromeos/file_manager/icon96.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
logos/NEW/chromeos/webstore_app_icon_128.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
logos/NEW/chromeos/webstore_app_icon_16.png
Normal file
After Width: | Height: | Size: 484 B |
BIN
logos/NEW/webstore/cros/Thorium_Webstore_4096px.png
Normal file
After Width: | Height: | Size: 170 KiB |
1
logos/NEW/webstore/cros/circle.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><circle cx="256" cy="256" r="255" fill="#000000"/></svg>
|
After Width: | Height: | Size: 144 B |
BIN
logos/NEW/webstore/cros/webstore_app_icon.xcf
Normal file
BIN
logos/NEW/webstore/cros/webstore_app_icon_128.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
logos/NEW/webstore/cros/webstore_app_icon_16.png
Normal file
After Width: | Height: | Size: 484 B |
65
src/ash/webui/help_app_ui/resources/app.html
Normal file
|
@ -0,0 +1,65 @@
|
|||
<!-- Copyright 2023 The Chromium Authors and Alex313031
|
||||
Use of this source code is governed by a BSD-style license that can be
|
||||
found in the LICENSE file. -->
|
||||
<!DOCTYPE html>
|
||||
<html dir="$i18n{textdirection}" lang="$i18n{appLocale}">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Discovery App</title>
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
html {
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
body {
|
||||
font-family: "Roboto", sans-serif;
|
||||
margin: 0.5em auto;
|
||||
padding: 1rem;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
h2.heading {
|
||||
align-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
p.info {
|
||||
align-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
div.gallery {
|
||||
float: center;
|
||||
max-width: 300px;
|
||||
height: auto;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
<link rel="stylesheet" href="//theme/colors.css?sets=ref">
|
||||
<body>
|
||||
<h2 class="heading">Discovery App</h2>
|
||||
<p class="info">
|
||||
Welcome to <a >ThoriumOS!</a>
|
||||
<br/>
|
||||
The discovery app is a shim in ChromiumOS, usually being populated on ChromeOS by tips & tricks, and sponsored purchasing content.
|
||||
<br/>
|
||||
I am working on modifying it, so this is some preliminary text.
|
||||
</p>
|
||||
<br/>
|
||||
<div class="gallery">
|
||||
<img title="ThoriumOS Install Success!" alt="OS Install Success" src="/os-install-success.svg"></img>
|
||||
</div>
|
||||
</body>
|
||||
<script src="/receiver.js" type="module"></script>
|
||||
<!--
|
||||
Populates `window.loadTimeData.data`. Needs to be after
|
||||
"receiver.js" which loads "sandboxed_load_time_data.js". But
|
||||
module scripts do not block parsing, so these non-module scripts must be
|
||||
loaded on the defer queue.
|
||||
-->
|
||||
<script src="/strings.js" defer></script>
|
||||
<script src="/app_bin.js" defer></script>
|
||||
</html>
|
After Width: | Height: | Size: 7.1 KiB |
BIN
src/chrome/app/theme/chromium/chromeos/webstore_app_icon_128.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
src/chrome/app/theme/chromium/chromeos/webstore_app_icon_16.png
Normal file
After Width: | Height: | Size: 484 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width=" 192" height=" 192" fill-rule="evenodd" class="vector-svg"><path fill="gray" stroke="gray" stroke-width="0px" stroke-linecap="round" shape-rendering="geometricPrecision" d="M 96 96 m -96 0 a 96 96 0 1 0 192 0 a 96 96 0 1 0 -192 0" style="fill: rgb(26, 115, 232); stroke: rgb(26, 115, 232);"/><path fill="gray" stroke="gray" stroke-width="0px" stroke-linecap="round" shape-rendering="geometricPrecision" d="M 149 67 C 149 62.58 145.42 59 141 59 L 50 59 C 45.58 59 42 62.58 42 67 L 42 132 C 42 136.42 45.58 140 50 140 L 141 140 C 145.42 140 149 136.42 149 132 L 149 67" style="fill: rgb(0, 0, 0); stroke: rgb(0, 0, 0);"/><path fill="gray" stroke="gray" stroke-width="0px" stroke-linecap="round" shape-rendering="geometricPrecision" d="M 50 52 C 45.58 52 42 55.58 42 60 V 132 C 42 136.42 45.58 140 50 140 H 141.13 C 145.55 140 149.13 136.42 149.13 132 V 125.13 L 76 52 H 50" style="fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255);"/><path fill="gray" stroke="gray" stroke-width="0px" stroke-linecap="round" shape-rendering="geometricPrecision" d="m 149 77 c 0 -4.42 -3.58 -8 -8 -8 h -99 v 63 c 0 4.42 3.58 8 8 8 h 91 c 4.42 0 8 -3.58 8 -8 Z" style="fill: rgb(128, 249, 249); stroke: rgb(128, 249, 249);"/></svg>
|
After Width: | Height: | Size: 1.2 KiB |
BIN
src/ui/file_manager/file_manager/common/images/icon128.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
src/ui/file_manager/file_manager/common/images/icon16.png
Normal file
After Width: | Height: | Size: 492 B |
BIN
src/ui/file_manager/file_manager/common/images/icon192.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
src/ui/file_manager/file_manager/common/images/icon256.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
src/ui/file_manager/file_manager/common/images/icon32.png
Normal file
After Width: | Height: | Size: 798 B |
BIN
src/ui/file_manager/file_manager/common/images/icon48.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
src/ui/file_manager/file_manager/common/images/icon64.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
src/ui/file_manager/file_manager/common/images/icon96.png
Normal file
After Width: | Height: | Size: 1.9 KiB |