├── .gitignore ├── .gitmodules ├── .travis.yml ├── AUTHORS.md ├── AppImage ├── README.md └── dolphin-emu-triforce.AppImage ├── LICENCE.md ├── README.md ├── SteamOS-3.x ├── README.md └── deckui.sh ├── _config.yml ├── archive ├── add-debian-repos.sh └── whats-new.md ├── artwork ├── SteamOS-Tools.png ├── banners │ ├── Amazon-Prime-Movies.png │ ├── Chrome-Extensions.png │ ├── Citra.png │ ├── Controller.png │ ├── Default.png │ ├── Facebook.png │ ├── Gimp.png │ ├── Gmail.png │ ├── Hulu.png │ ├── Kodi.png │ ├── Netflix.png │ ├── Pandora.png │ ├── Reddit.png │ ├── Slacker.png │ ├── Soundcloud.png │ ├── Spotify-2.png │ ├── Spotify-3.png │ ├── Spotify-4.png │ ├── Spotify.png │ ├── Twitch.png │ ├── Vimeo.png │ ├── Youtube.png │ ├── YoutubeTV.png │ ├── ZeroPunctuation.png │ ├── cbs.jpg │ ├── retro-arch-logo.png │ └── retro-arch-src-logo.png ├── games │ ├── Papo_Yo.jpg │ ├── Stepmania.png │ ├── snis.png │ ├── ut4-alpha.png │ └── ut4.png └── icons │ ├── alert.png │ ├── snis_96x96.png │ └── steamos.png ├── cfgs ├── SteamStation │ └── steam-station-TODO.md ├── apt │ ├── apt.conf.d │ │ └── 60unattended-steamos-tools │ ├── orig_unattended_20160108 │ │ ├── apt.conf.d.orig │ │ │ ├── 00CDMountPoint │ │ │ ├── 00aptitude │ │ │ ├── 00trustcdrom │ │ │ ├── 01autoremove │ │ │ ├── 01autoremove-kernels │ │ │ ├── 20packagekit │ │ │ ├── 50unattended-upgrades │ │ │ ├── 55unattended-steamos │ │ │ └── 70debconf │ │ └── apt.conf.d.tar.gz │ └── readme.md ├── desktop-files │ ├── daikatana.desktop │ ├── dhewm3.desktop │ ├── itchio-debug.desktop │ ├── itchio.desktop │ ├── kodi-src.desktop │ ├── papo_yo.desktop │ ├── retroarch-debug.desktop │ ├── retroarch-src.desktop │ ├── retroarch.desktop │ ├── steam.desktop │ ├── steamos-recording.desktop │ ├── supermodel-template.desktop │ ├── template.desktop │ └── update-software.desktop ├── extra-artwork │ ├── Controller.png │ ├── Gimp.png │ ├── Kodi.png │ ├── Pandora.png │ ├── Reddit.png │ ├── Slacker.png │ ├── Spotify-2.png │ ├── Spotify-3.png │ ├── Spotify-4.png │ └── Spotify.png ├── gamepad │ ├── am2r │ │ └── x360-wireless-am2r.gamecontroller.amgp │ ├── gzdoom │ │ └── x360-wired-gzdoom.gamecontroller.amgp │ └── web │ │ ├── gp-settings.txt │ │ ├── ps3-wired-mouse.gamecontroller.amgp │ │ ├── ps3-wireless-mouse.joystick.amgp │ │ ├── ps4-wired-mouse.gamecontroller.amgp │ │ ├── ps4-wireless-mouse.gamecontroller.amgp │ │ ├── x360-wired-mouse.gamecontroller.amgp │ │ └── x360-wireless-mouse.gamecontroller.amgp ├── init │ └── sysv │ │ └── gmediarender.service ├── ludusavi │ └── config.yaml ├── recording │ ├── 99-actkbd-controller.rules │ └── actkbd-steamos-controller.conf ├── retroarch │ ├── retroarch-ps3-bluetooth.cfg │ ├── retroarch-ps3-wired.cfg │ ├── retroarch-skel.cfg │ ├── retroarch-xbox360-wired.cfg │ ├── retroarch-xbox360-wireless.cfg │ ├── retroarch.cfg │ └── samba-retroarch.txt ├── samba │ └── generic-share-public.cfg ├── software-lists │ ├── basic-software.txt │ ├── custom-pkg.txt │ ├── emulation-src-deps.txt │ ├── emulators.txt │ ├── extra-software.txt │ ├── games-pkg.txt │ ├── gaming-tools.txt │ ├── multimedia.txt │ ├── pcsx2-src-deps.txt │ ├── retroarch-src.txt │ ├── ue4.txt │ └── upnp_dlna.txt ├── supermodel3 │ ├── README.md │ ├── config-images │ │ ├── dayto2pe.jpg │ │ ├── daytona2.jpg │ │ ├── dirtdvls.jpg │ │ ├── eca.jpg │ │ ├── fvipers2.jpg │ │ ├── getbassur.jpg │ │ ├── harley.jpg │ │ ├── lamachin.jpg │ │ ├── lemans24.jpg │ │ ├── lostwsga.jpg │ │ ├── magtruck.jpg │ │ ├── oceanhun.jpg │ │ ├── scud.jpg │ │ ├── scudplus.jpg │ │ ├── skichamp.jpg │ │ ├── spikeofe.jpg │ │ ├── spikeout.jpg │ │ ├── srally2.jpg │ │ ├── srally2dx.jpg │ │ ├── swtrilgy.jpg │ │ ├── vf3.jpg │ │ ├── vf3tb.jpg │ │ ├── von2.jpg │ │ ├── vs2.jpg │ │ ├── vs298.jpg │ │ └── vs2v991.jpg │ ├── dinput │ │ └── Supermodel.ini │ ├── nvram │ │ ├── dayto2pe.nv │ │ ├── daytona2.nv │ │ ├── dirtdvls.nv │ │ ├── eca.nv │ │ ├── fvipers2.nv │ │ ├── getbassur.nv │ │ ├── harley.nv │ │ ├── lamachin.nv │ │ ├── lemans24.nv │ │ ├── lostwsga (Calibrated for 4x3 resolutions).nv │ │ ├── lostwsga.nv │ │ ├── magtruck.nv │ │ ├── mgtrkbad.nv │ │ ├── oceanhun.nv │ │ ├── oceanhuna.nv │ │ ├── scud.nv │ │ ├── scudplus.nv │ │ ├── skichamp.nv │ │ ├── spikeofe.nv │ │ ├── spikeout.nv │ │ ├── srally2.nv │ │ ├── swtrilgy.nv │ │ ├── vf3.nv │ │ ├── vf3tb.nv │ │ ├── von2.nv │ │ ├── vs2.nv │ │ ├── vs298.nv │ │ └── vs2v991.nv │ ├── sdl │ │ └── Supermodel.ini │ └── xinput │ │ └── Supermodel.ini ├── systemd │ ├── 99-actkbd-controller.rules │ ├── actkbd-steamos-controller.conf │ ├── actkbd-test.service │ ├── ludusavi-backup.service │ ├── ludusavi-backup.timer │ └── test-xbox.conf ├── web-cfgs │ ├── Window-Test.desktop │ ├── skel │ │ ├── Default-Launch.sh │ │ ├── Default-Launch.sh.old │ │ ├── Default.desktop │ │ ├── Default.png │ │ ├── Default │ │ │ ├── chromium-browser │ │ │ │ ├── Cookies │ │ │ │ ├── Cookies-journal │ │ │ │ ├── Current Session │ │ │ │ ├── Current Tabs │ │ │ │ ├── Extension State │ │ │ │ │ ├── 000003.log │ │ │ │ │ ├── CURRENT │ │ │ │ │ ├── LOCK │ │ │ │ │ ├── LOG │ │ │ │ │ └── MANIFEST-000001 │ │ │ │ ├── Extensions │ │ │ │ │ └── nmmhkkegccagdldgiimedpiccmgmieda │ │ │ │ │ │ └── 0.1.2.0_0 │ │ │ │ │ │ ├── _locales │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es_419 │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fil │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_PT │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── zh_CN │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ └── zh_TW │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── _metadata │ │ │ │ │ │ └── verified_contents.json │ │ │ │ │ │ ├── craw_background.js │ │ │ │ │ │ ├── craw_window.js │ │ │ │ │ │ ├── css │ │ │ │ │ │ └── craw_window.css │ │ │ │ │ │ ├── html │ │ │ │ │ │ └── craw_window.html │ │ │ │ │ │ ├── images │ │ │ │ │ │ ├── flapper.gif │ │ │ │ │ │ ├── icon_128.png │ │ │ │ │ │ ├── icon_16.png │ │ │ │ │ │ ├── topbar_floating_button.png │ │ │ │ │ │ ├── topbar_floating_button_close.png │ │ │ │ │ │ ├── topbar_floating_button_hover.png │ │ │ │ │ │ ├── topbar_floating_button_maximize.png │ │ │ │ │ │ └── topbar_floating_button_pressed.png │ │ │ │ │ │ └── manifest.json │ │ │ │ ├── Favicons │ │ │ │ ├── Favicons-journal │ │ │ │ ├── History │ │ │ │ ├── History Provider Cache │ │ │ │ ├── History-journal │ │ │ │ ├── IndexedDB │ │ │ │ │ └── https_www.google.com_0.indexeddb.leveldb │ │ │ │ │ │ ├── 000003.log │ │ │ │ │ │ ├── CURRENT │ │ │ │ │ │ ├── LOCK │ │ │ │ │ │ ├── LOG │ │ │ │ │ │ └── MANIFEST-000001 │ │ │ │ ├── Local Storage │ │ │ │ │ ├── chrome-extension_pafkbggdmjlpgkdkcbjmhmfcdpncadgh_0.localstorage │ │ │ │ │ ├── chrome-extension_pafkbggdmjlpgkdkcbjmhmfcdpncadgh_0.localstorage-journal │ │ │ │ │ ├── https_www.google.com_0.localstorage │ │ │ │ │ ├── https_www.google.com_0.localstorage-journal │ │ │ │ │ ├── https_www.youtube.com_0.localstorage │ │ │ │ │ └── https_www.youtube.com_0.localstorage-journal │ │ │ │ ├── Login Data │ │ │ │ ├── Login Data-journal │ │ │ │ ├── Network Action Predictor │ │ │ │ ├── Network Action Predictor-journal │ │ │ │ ├── Origin Bound Certs │ │ │ │ ├── Origin Bound Certs-journal │ │ │ │ ├── Preferences │ │ │ │ ├── QuotaManager │ │ │ │ ├── QuotaManager-journal │ │ │ │ ├── README │ │ │ │ ├── Secure Preferences │ │ │ │ ├── Service Worker │ │ │ │ │ ├── CacheStorage │ │ │ │ │ │ └── 28da9c56fde4021055a681112c092453f74d8dd8 │ │ │ │ │ │ │ ├── 7170CE24-06EE-4F70-9E47-DB5FCE92315E │ │ │ │ │ │ │ ├── 1dd0446e4b2b157b_0 │ │ │ │ │ │ │ ├── 2c20da535eda7408_0 │ │ │ │ │ │ │ ├── d4a1768080ecf56d_0 │ │ │ │ │ │ │ ├── fdf2cfeb8ad0eeac_0 │ │ │ │ │ │ │ ├── index │ │ │ │ │ │ │ └── index-dir │ │ │ │ │ │ │ │ └── the-real-index │ │ │ │ │ │ │ └── index.txt │ │ │ │ │ ├── Database │ │ │ │ │ │ ├── 000003.log │ │ │ │ │ │ ├── CURRENT │ │ │ │ │ │ ├── LOCK │ │ │ │ │ │ ├── LOG │ │ │ │ │ │ └── MANIFEST-000001 │ │ │ │ │ └── ScriptCache │ │ │ │ │ │ ├── 2cc80dabc69f58b6_0 │ │ │ │ │ │ ├── 2cc80dabc69f58b6_1 │ │ │ │ │ │ ├── index │ │ │ │ │ │ └── index-dir │ │ │ │ │ │ └── the-real-index │ │ │ │ ├── Session Storage │ │ │ │ │ ├── 000003.log │ │ │ │ │ ├── CURRENT │ │ │ │ │ ├── LOCK │ │ │ │ │ ├── LOG │ │ │ │ │ └── MANIFEST-000001 │ │ │ │ ├── Shortcuts │ │ │ │ ├── Shortcuts-journal │ │ │ │ ├── Top Sites │ │ │ │ ├── Top Sites-journal │ │ │ │ ├── TransportSecurity │ │ │ │ ├── Visited Links │ │ │ │ ├── Web Data │ │ │ │ ├── Web Data-journal │ │ │ │ ├── data_reduction_proxy_leveldb │ │ │ │ │ ├── 000003.log │ │ │ │ │ ├── CURRENT │ │ │ │ │ ├── LOCK │ │ │ │ │ ├── LOG │ │ │ │ │ └── MANIFEST-000001 │ │ │ │ └── databases │ │ │ │ │ ├── Databases.db │ │ │ │ │ └── Databases.db-journal │ │ │ └── google-chrome-stable │ │ │ │ ├── Cookies │ │ │ │ ├── Cookies-journal │ │ │ │ ├── Current Session │ │ │ │ ├── Current Tabs │ │ │ │ ├── Extension Cookies │ │ │ │ ├── Extension Cookies-journal │ │ │ │ ├── Extensions │ │ │ │ ├── aapocclcgogkmnckokdopfmhonfmgoek │ │ │ │ │ └── 0.9_0 │ │ │ │ │ │ ├── _locales │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_US │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es_419 │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fil │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── no │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_PT │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── zh_CN │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ └── zh_TW │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── _metadata │ │ │ │ │ │ └── verified_contents.json │ │ │ │ │ │ ├── icon_128.png │ │ │ │ │ │ ├── icon_16.png │ │ │ │ │ │ ├── main.html │ │ │ │ │ │ ├── main.js │ │ │ │ │ │ └── manifest.json │ │ │ │ ├── aohghmighlieiainnegkcijnfilokake │ │ │ │ │ ├── 0.0.0.6_0 │ │ │ │ │ │ ├── icon_128.png │ │ │ │ │ │ ├── icon_16.png │ │ │ │ │ │ ├── main.html │ │ │ │ │ │ ├── main.js │ │ │ │ │ │ └── manifest.json │ │ │ │ │ └── 0.9_0 │ │ │ │ │ │ ├── _locales │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_US │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es_419 │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fil │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── no │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_PT │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── zh_CN │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ └── zh_TW │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── _metadata │ │ │ │ │ │ └── verified_contents.json │ │ │ │ │ │ ├── icon_128.png │ │ │ │ │ │ ├── icon_16.png │ │ │ │ │ │ ├── main.html │ │ │ │ │ │ ├── main.js │ │ │ │ │ │ └── manifest.json │ │ │ │ ├── apdfllckaahabafndbhieahigkjlhalf │ │ │ │ │ ├── 14.0_0 │ │ │ │ │ │ ├── 128.png │ │ │ │ │ │ ├── _locales │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── en_US │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── es_419 │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── fil │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── no │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── pt_PT │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── zh_CN │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ └── zh_TW │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── _metadata │ │ │ │ │ │ │ └── verified_contents.json │ │ │ │ │ │ └── manifest.json │ │ │ │ │ └── 6.2_0 │ │ │ │ │ │ ├── 128.png │ │ │ │ │ │ ├── _locales │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_US │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es_419 │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fil │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── no │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_PT │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── zh_CN │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ └── zh_TW │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ └── manifest.json │ │ │ │ ├── blpcfgokakmgnkcojhhkbfbldkacnbeo │ │ │ │ │ ├── 4.2.5_0 │ │ │ │ │ │ ├── 128.png │ │ │ │ │ │ ├── _locales │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── fil │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── no │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── pt_PT │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── zh_CN │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ └── zh_TW │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ └── manifest.json │ │ │ │ │ └── 4.2.7_0 │ │ │ │ │ │ ├── 128.png │ │ │ │ │ │ ├── _locales │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fil │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── no │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_PT │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── zh_CN │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ └── zh_TW │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── _metadata │ │ │ │ │ │ └── verified_contents.json │ │ │ │ │ │ └── manifest.json │ │ │ │ ├── coobgpohoikkiipiblmjeljniedjpjpf │ │ │ │ │ ├── 0.0.0.19_0 │ │ │ │ │ │ ├── 128.png │ │ │ │ │ │ ├── 16.png │ │ │ │ │ │ ├── 32.png │ │ │ │ │ │ ├── 48.png │ │ │ │ │ │ ├── _locales │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── en_US │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── es_419 │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── fil │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── no │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── pt_PT │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ ├── zh_CN │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ │ └── zh_TW │ │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ └── manifest.json │ │ │ │ │ └── 0.0.0.30_0 │ │ │ │ │ │ ├── 128.png │ │ │ │ │ │ ├── 16.png │ │ │ │ │ │ ├── 32.png │ │ │ │ │ │ ├── 48.png │ │ │ │ │ │ ├── _locales │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_US │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es_419 │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fil │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ └── hu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── _metadata │ │ │ │ │ │ └── verified_contents.json │ │ │ │ │ │ └── manifest.json │ │ │ │ ├── felcaaldnbdncclmgdcncolpebgiejap │ │ │ │ │ └── 1.1_0 │ │ │ │ │ │ ├── _locales │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_US │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es_419 │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fil │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── no │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_PT │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── zh_CN │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ └── zh_TW │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── _metadata │ │ │ │ │ │ └── verified_contents.json │ │ │ │ │ │ ├── icon_128.png │ │ │ │ │ │ ├── icon_16.png │ │ │ │ │ │ ├── main.html │ │ │ │ │ │ ├── main.js │ │ │ │ │ │ └── manifest.json │ │ │ │ ├── ghbmnnjooekpmoecnnnilnnbdlolhkhi │ │ │ │ │ └── 0.5_0 │ │ │ │ │ │ ├── 128.png │ │ │ │ │ │ ├── _locales │ │ │ │ │ │ ├── af │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── am │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── az │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── bn │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_US │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es_419 │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fa │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fil │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fr_CA │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── gl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── gu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hy │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── is │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── iw │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ka │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── km │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── kn │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lo │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ml │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── mn │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── mr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ne │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── no │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_PT │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── si │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sw │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ta │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── te │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ur │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── zh_CN │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── zh_HK │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── zh_TW │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ └── zu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── _metadata │ │ │ │ │ │ └── verified_contents.json │ │ │ │ │ │ └── manifest.json │ │ │ │ ├── lccekmodgklaepjeofjdjpbminllajkg │ │ │ │ │ └── 0.3.0.5_0 │ │ │ │ │ │ ├── _metadata │ │ │ │ │ │ └── verified_contents.json │ │ │ │ │ │ ├── _platform_specific │ │ │ │ │ │ └── x86-64_ │ │ │ │ │ │ │ ├── hotword-x86-64.nexe │ │ │ │ │ │ │ └── hotword.data │ │ │ │ │ │ ├── audio │ │ │ │ │ │ └── chime.wav │ │ │ │ │ │ ├── hotword_.nmf │ │ │ │ │ │ ├── hotword_de.nmf │ │ │ │ │ │ ├── hotword_en-au.nmf │ │ │ │ │ │ ├── hotword_en-gb.nmf │ │ │ │ │ │ ├── hotword_es.nmf │ │ │ │ │ │ ├── hotword_fr.nmf │ │ │ │ │ │ ├── hotword_it.nmf │ │ │ │ │ │ ├── hotword_ja.nmf │ │ │ │ │ │ ├── hotword_ko.nmf │ │ │ │ │ │ ├── hotword_pt-br.nmf │ │ │ │ │ │ ├── hotword_ru.nmf │ │ │ │ │ │ └── manifest.json │ │ │ │ ├── nmmhkkegccagdldgiimedpiccmgmieda │ │ │ │ │ └── 0.1.2.0_0 │ │ │ │ │ │ ├── _locales │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es_419 │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fil │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_PT │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── zh_CN │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ └── zh_TW │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── _metadata │ │ │ │ │ │ └── verified_contents.json │ │ │ │ │ │ ├── craw_background.js │ │ │ │ │ │ ├── craw_window.js │ │ │ │ │ │ ├── css │ │ │ │ │ │ └── craw_window.css │ │ │ │ │ │ ├── html │ │ │ │ │ │ └── craw_window.html │ │ │ │ │ │ ├── images │ │ │ │ │ │ ├── flapper.gif │ │ │ │ │ │ ├── icon_128.png │ │ │ │ │ │ ├── icon_16.png │ │ │ │ │ │ ├── topbar_floating_button.png │ │ │ │ │ │ ├── topbar_floating_button_close.png │ │ │ │ │ │ ├── topbar_floating_button_hover.png │ │ │ │ │ │ ├── topbar_floating_button_maximize.png │ │ │ │ │ │ └── topbar_floating_button_pressed.png │ │ │ │ │ │ └── manifest.json │ │ │ │ └── pjkljhegncpnkpknbcohdijeoejaedia │ │ │ │ │ ├── 7_0 │ │ │ │ │ ├── 128.png │ │ │ │ │ ├── _locales │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fil │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── no │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── pt_PT │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── se │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ ├── zh_CN │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ │ └── zh_TW │ │ │ │ │ │ │ └── messages.json │ │ │ │ │ └── manifest.json │ │ │ │ │ └── 8.1_0 │ │ │ │ │ ├── 128.png │ │ │ │ │ ├── _locales │ │ │ │ │ ├── ar │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── bg │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── ca │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── cs │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── da │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── de │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── el │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── en │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── es │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── fi │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── fil │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── fr │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── hi │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── hr │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── hu │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── id │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── it │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── ja │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── ko │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── lt │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── lv │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── nl │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── no │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── pl │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── pt_PT │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── ro │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── ru │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── se │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── sk │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── sl │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── sr │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── th │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── tr │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── uk │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── vi │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── zh_CN │ │ │ │ │ │ └── messages.json │ │ │ │ │ └── zh_TW │ │ │ │ │ │ └── messages.json │ │ │ │ │ ├── _metadata │ │ │ │ │ └── verified_contents.json │ │ │ │ │ └── manifest.json │ │ │ │ ├── Favicons │ │ │ │ ├── Favicons-journal │ │ │ │ ├── GPUCache │ │ │ │ ├── data_0 │ │ │ │ ├── data_1 │ │ │ │ ├── data_2 │ │ │ │ ├── data_3 │ │ │ │ └── index │ │ │ │ ├── History │ │ │ │ ├── History Provider Cache │ │ │ │ ├── History-journal │ │ │ │ ├── Local Storage │ │ │ │ ├── http_www.netflix.com_0.localstorage │ │ │ │ ├── http_www.netflix.com_0.localstorage-journal │ │ │ │ ├── https_www.netflix.com_0.localstorage │ │ │ │ ├── https_www.netflix.com_0.localstorage-journal │ │ │ │ ├── https_www.youtube.com_0.localstorage │ │ │ │ └── https_www.youtube.com_0.localstorage-journal │ │ │ │ ├── Network Action Predictor │ │ │ │ ├── Network Action Predictor-journal │ │ │ │ ├── Origin Bound Certs │ │ │ │ ├── Origin Bound Certs-journal │ │ │ │ ├── Preferences │ │ │ │ ├── QuotaManager │ │ │ │ ├── QuotaManager-journal │ │ │ │ ├── README │ │ │ │ ├── Secure Preferences │ │ │ │ ├── Shortcuts │ │ │ │ ├── Shortcuts-journal │ │ │ │ ├── Storage │ │ │ │ └── ext │ │ │ │ │ └── chrome-signin │ │ │ │ │ └── def │ │ │ │ │ └── GPUCache │ │ │ │ │ ├── data_0 │ │ │ │ │ ├── data_1 │ │ │ │ │ ├── data_2 │ │ │ │ │ ├── data_3 │ │ │ │ │ └── index │ │ │ │ ├── Top Sites │ │ │ │ ├── Top Sites-journal │ │ │ │ ├── TransportSecurity │ │ │ │ ├── Visited Links │ │ │ │ ├── Web Data │ │ │ │ ├── Web Data-journal │ │ │ │ └── databases │ │ │ │ ├── Databases.db │ │ │ │ └── Databases.db-journal │ │ └── readme.md │ └── window-test.sh └── wine │ ├── Default.desktop │ ├── Steam-POL.desktop │ ├── Steam-POL.sh │ ├── pol-game-launcher.skel │ └── readme.md ├── configure-repos.sh ├── contributing.md ├── desktop-software.sh ├── disclaimer.md ├── docs ├── Sourcingbay-DVR-EC010-HDMI-Game-Capture.doc ├── deck-loader-plugins.md ├── steamos-install-standard.odt ├── steamos-install-standard.pdf └── steamos-user-guide.md ├── ext-installers ├── brutal-doom │ ├── brutal-doom-src.sh │ ├── brutal-doom.sh │ ├── brutaldoom-launch.desktop │ ├── brutaldoom-launcher.sh │ ├── gzdoom-launch.desktop │ ├── gzdoom-launcher.sh │ └── zdoom.ini ├── install-daikatana.sh ├── install-dhewm3.sh ├── install-emudeck.sh ├── install-template.sh ├── install-ut4.sh ├── io_eliteforce-1.37.run ├── quake4-linux-1.4.2.x86.run ├── sinden-lightgun.sh └── supermodel-manager.sh ├── extra ├── code-snippets.txt ├── pkg-check-example-routine.sh ├── steam-pol.sh ├── steamcmd-cmd-list.txt ├── update-TOC.sh └── upload-pkg-to-libregeek.sh ├── game-fixes ├── assault_android_cactus │ ├── README.md │ └── game0a.sav ├── psychonauts │ ├── Raz.ini │ └── readme.md ├── riseoftombraid-nvidia-vulkan-fix.sh ├── rocket-league │ ├── RL-fix-gamepad.sh │ ├── xb360-wired │ │ ├── xinput1_3.dll │ │ └── xinput9_1_0.dll │ └── xb360-wireless │ │ ├── x360ce.ini │ │ └── xinput1_3.dll └── ultratron-controls-xb360.sh ├── issue_template.md ├── launchers ├── itchio-launcher ├── itchio-strace ├── retroarch-debug ├── retroarch-src └── wine-pol-launchers │ └── SonicAdventure2 ├── scriptmodules ├── archive │ └── extra-pkgs.txt ├── emulators.shinc ├── extra-pkgs.shinc ├── retroarch-from-src.shinc ├── retroarch-post-cfgs.shinc ├── ue4-from-src.shinc ├── web-apps.shinc └── wine-utils.shinc ├── scripts └── playonlinux │ ├── popcorntime │ └── readme.md ├── tests └── update-repo.sh ├── travis ├── configure-repos-test.sh └── package-tests.sh └── utilities ├── check_repo_req.sh ├── configure-network-share.sh ├── create-app-launcher.sh ├── download-deb.sh ├── ds4-tools ├── ds4-led-control.sh ├── ds4-udev.rule └── openrgb-ds4.sh ├── fix-swrast-libGL-steam.sh ├── games └── backup-supertuxkart-data.sh ├── gdrive-path-sync ├── README.md ├── symlink-files.sh ├── sync-files.sh └── systemd │ ├── sync-folder-linker.service │ ├── sync-folder-linker.timer │ ├── sync-folder.path │ └── sync-folder.service ├── get-proton-ge.sh ├── git-clean.sh ├── gog-downloader.sh ├── gpg-clean.sh ├── gpg-import.sh ├── install-yay.sh ├── local-roms-transfer.sh ├── pair-ps3-bluetooth.sh ├── protondb-system-info-OLD.sh ├── protondb-systeminfo-tool.sh ├── remove-leading-numbers-roms.sh ├── reprepro ├── process-incoming.sh └── sync-pool.sh ├── rom-migrator.sh ├── run-skyscraper.sh ├── set-cpu-perf.sh ├── setup-x11-forwarding.sh ├── ssh-rom-transfer.sh ├── steam-deck ├── run-decky-cloud-save.sh └── update-steamgrid-artwork ├── steam-screenshot-sync ├── README.md ├── symlink-screenshots.sh ├── sync-screenshots.sh └── systemd │ ├── sync-screenshots-linker.service │ ├── sync-screenshots-linker.timer │ ├── sync-screenshots.path │ └── sync-screenshots.service ├── steam-vdf.py ├── steamos-mega-downloader.sh ├── steamos-record.sh ├── steamos-stats.sh ├── steamos-systeminfo-tool.sh ├── switch-to-gnome.sh ├── switch-to-steamos.sh ├── testing └── steamos-autorepair.sh ├── toggle-fps-stats.sh ├── unlock-steam-deck.sh ├── update-emudeck.sh ├── update-software ├── install-update-software.sh ├── launch-update-software.sh ├── shellcheck └── update-software.sh ├── wine └── old │ ├── .xsessionrc │ ├── add-wine-game.sh │ ├── shutdown-wine-game.sh │ ├── steam-wine-session │ └── switch-to-wine.sh ├── wlan-monitor.sh ├── x360ce ├── x360ce_i386.zip └── x360ce_x86_64.zip └── xboxdrv.sh /.gitignore: -------------------------------------------------------------------------------- 1 | # Logs / tests 2 | log.txt 3 | kodi-build-log.txt 4 | TODO.txt 5 | log_temp.txt 6 | custom-pkgs.txt 7 | custom-pkg.txt 8 | *.iso 9 | .git/hooks 10 | *.vscode* 11 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "utilities/steamcmd-wrapper"] 2 | path = utilities/steamcmd-wrapper 3 | url = https://github.com/professorkaos64/steamcmd-wrapper 4 | -------------------------------------------------------------------------------- /AppImage/dolphin-emu-triforce.AppImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/AppImage/dolphin-emu-triforce.AppImage -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-architect -------------------------------------------------------------------------------- /artwork/SteamOS-Tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/SteamOS-Tools.png -------------------------------------------------------------------------------- /artwork/banners/Amazon-Prime-Movies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Amazon-Prime-Movies.png -------------------------------------------------------------------------------- /artwork/banners/Chrome-Extensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Chrome-Extensions.png -------------------------------------------------------------------------------- /artwork/banners/Citra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Citra.png -------------------------------------------------------------------------------- /artwork/banners/Controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Controller.png -------------------------------------------------------------------------------- /artwork/banners/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Default.png -------------------------------------------------------------------------------- /artwork/banners/Facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Facebook.png -------------------------------------------------------------------------------- /artwork/banners/Gimp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Gimp.png -------------------------------------------------------------------------------- /artwork/banners/Gmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Gmail.png -------------------------------------------------------------------------------- /artwork/banners/Hulu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Hulu.png -------------------------------------------------------------------------------- /artwork/banners/Kodi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Kodi.png -------------------------------------------------------------------------------- /artwork/banners/Netflix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Netflix.png -------------------------------------------------------------------------------- /artwork/banners/Pandora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Pandora.png -------------------------------------------------------------------------------- /artwork/banners/Reddit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Reddit.png -------------------------------------------------------------------------------- /artwork/banners/Slacker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Slacker.png -------------------------------------------------------------------------------- /artwork/banners/Soundcloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Soundcloud.png -------------------------------------------------------------------------------- /artwork/banners/Spotify-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Spotify-2.png -------------------------------------------------------------------------------- /artwork/banners/Spotify-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Spotify-3.png -------------------------------------------------------------------------------- /artwork/banners/Spotify-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Spotify-4.png -------------------------------------------------------------------------------- /artwork/banners/Spotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Spotify.png -------------------------------------------------------------------------------- /artwork/banners/Twitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Twitch.png -------------------------------------------------------------------------------- /artwork/banners/Vimeo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Vimeo.png -------------------------------------------------------------------------------- /artwork/banners/Youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/Youtube.png -------------------------------------------------------------------------------- /artwork/banners/YoutubeTV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/YoutubeTV.png -------------------------------------------------------------------------------- /artwork/banners/ZeroPunctuation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/ZeroPunctuation.png -------------------------------------------------------------------------------- /artwork/banners/cbs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/cbs.jpg -------------------------------------------------------------------------------- /artwork/banners/retro-arch-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/retro-arch-logo.png -------------------------------------------------------------------------------- /artwork/banners/retro-arch-src-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/banners/retro-arch-src-logo.png -------------------------------------------------------------------------------- /artwork/games/Papo_Yo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/games/Papo_Yo.jpg -------------------------------------------------------------------------------- /artwork/games/Stepmania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/games/Stepmania.png -------------------------------------------------------------------------------- /artwork/games/snis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/games/snis.png -------------------------------------------------------------------------------- /artwork/games/ut4-alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/games/ut4-alpha.png -------------------------------------------------------------------------------- /artwork/games/ut4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/games/ut4.png -------------------------------------------------------------------------------- /artwork/icons/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/icons/alert.png -------------------------------------------------------------------------------- /artwork/icons/snis_96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/icons/snis_96x96.png -------------------------------------------------------------------------------- /artwork/icons/steamos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/artwork/icons/steamos.png -------------------------------------------------------------------------------- /cfgs/apt/orig_unattended_20160108/apt.conf.d.orig/00CDMountPoint: -------------------------------------------------------------------------------- 1 | Acquire::cdrom { 2 | mount "/media/cdrom"; 3 | }; 4 | Dir::Media::MountPath "/media/cdrom"; 5 | -------------------------------------------------------------------------------- /cfgs/apt/orig_unattended_20160108/apt.conf.d.orig/00aptitude: -------------------------------------------------------------------------------- 1 | Aptitude::Get-Root-Command "sudo:/usr/bin/sudo"; 2 | -------------------------------------------------------------------------------- /cfgs/apt/orig_unattended_20160108/apt.conf.d.orig/00trustcdrom: -------------------------------------------------------------------------------- 1 | APT::Authentication::TrustCDROM "true"; 2 | -------------------------------------------------------------------------------- /cfgs/apt/orig_unattended_20160108/apt.conf.d.orig/70debconf: -------------------------------------------------------------------------------- 1 | // Pre-configure all packages with debconf before they are installed. 2 | // If you don't like it, comment it out. 3 | DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";}; 4 | -------------------------------------------------------------------------------- /cfgs/apt/orig_unattended_20160108/apt.conf.d.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/apt/orig_unattended_20160108/apt.conf.d.tar.gz -------------------------------------------------------------------------------- /cfgs/apt/readme.md: -------------------------------------------------------------------------------- 1 | # Original files 2 | A backup copy (dated) of the original files is inside the orig_aunattended folder. This is for reference only. 3 | -------------------------------------------------------------------------------- /cfgs/desktop-files/daikatana.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Daikatana 3 | Comment=Launcher for Daikatana 4 | Exec=/usr/bin/daikatana 5 | Icon=/usr/share/pixmaps/daikatana.png 6 | Terminal=false 7 | Type=Application 8 | Categories=Network;FileTransfer;Game; 9 | MimeType=x-scheme-handler/steam; 10 | Actions=Game; 11 | -------------------------------------------------------------------------------- /cfgs/desktop-files/dhewm3.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=dhewm3 4 | GenericName=dhewm3 5 | Type=Application 6 | Exec=/usr/games/dhewm3 7 | Icon=/usr/share/pixmaps/doom3.png 8 | Categories=application; 9 | -------------------------------------------------------------------------------- /cfgs/desktop-files/itchio-debug.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=Itch.io strace debug 4 | GenericName=Game 5 | Type=Application 6 | Exec=/usr/bin/itchio-strace 7 | Icon=preferences-system 8 | Categories=Game; 9 | -------------------------------------------------------------------------------- /cfgs/desktop-files/itchio.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=Itch.io 4 | GenericName=Game 5 | Type=Application 6 | Exec=/usr/bin/itchio-launcher 7 | Icon=itch 8 | Categories=Game; 9 | -------------------------------------------------------------------------------- /cfgs/desktop-files/papo_yo.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Papo & Yo 3 | Comment=Launcher for Papo & Yo 4 | Exec=/home/desktop/PapoYo/PapoYo.sh 5 | Icon=/home/desktop/Pictures/PapoYo/PapoYoIcon.png 6 | Terminal=false 7 | Type=Application 8 | Categories=Network;FileTransfer;Game; 9 | MimeType=x-scheme-handler/steam; 10 | Actions=Game; 11 | -------------------------------------------------------------------------------- /cfgs/desktop-files/retroarch-debug.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=Retroarch-Debug 4 | GenericName=Retroarch 5 | Comment=Retroarch debug shortcut file 6 | Exec=/usr/bin/retroarch-debug 7 | Icon=/home/steam/Pictures/retro-arch-logo.png 8 | Terminal=false 9 | Type=Application 10 | Categories=Game 11 | Actions=Fullscreen;Standalone; 12 | -------------------------------------------------------------------------------- /cfgs/desktop-files/retroarch-src.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=Retroarch-Src 4 | GenericName=Retroarch-Src 5 | Comment=Retroarch-Src launcher 6 | Exec=/usr/bin/retroarch-src 7 | Icon=/home/steam/Pictures/retro-arch-src-logo.png 8 | Terminal=false 9 | Type=Application 10 | Categories=Game 11 | Actions=Fullscreen;Standalone; 12 | -------------------------------------------------------------------------------- /cfgs/desktop-files/retroarch.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=Retroarch 4 | GenericName=Retroarch 5 | Comment=Retroarch built from repacked PPA packages at ppa:libretro/stable 6 | Exec=retroarch 7 | Icon=/home/steam/Pictures/retro-arch-logo.png 8 | Terminal=false 9 | Type=Application 10 | Categories=Game 11 | Actions=Fullscreen;Standalone; 12 | -------------------------------------------------------------------------------- /cfgs/desktop-files/steam.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Return to Steam 3 | Comment=Exit desktop mode 4 | Exec=/usr/bin/returntosteam.sh 5 | Icon=steam 6 | Terminal=false 7 | Type=Application 8 | Categories=Network;FileTransfer;Game; 9 | MimeType=x-scheme-handler/steam; 10 | -------------------------------------------------------------------------------- /cfgs/desktop-files/steamos-recording.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=Record gameplay 4 | GenericName=Gameplay Recording 5 | Comment=Start FFMPEG Gameplay Recording 6 | Exec=/usr/bin/steamos-recording.sh 7 | Icon= 8 | Terminal=true 9 | Type=Utility 10 | Categories=Utils 11 | Actions=Fullscreen;Standalone; 12 | -------------------------------------------------------------------------------- /cfgs/desktop-files/template.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=NAME_TEMP 4 | GenericName=GENERIC_TEMP 5 | Type=Application 6 | Exec=EXEC_TEMP 7 | Icon=ICON_TEMP 8 | Categories=application; 9 | -------------------------------------------------------------------------------- /cfgs/desktop-files/update-software.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Exec=%h/.local/bin/launch-update-software.sh 4 | Icon=utilities-terminal 5 | Categories=Qt;KDE;System;TerminalEmulator; 6 | StartupWMClass=konsole 7 | Name=Update Software (SteamOS-Tools) 8 | Comment=Update Software for system 9 | 10 | -------------------------------------------------------------------------------- /cfgs/extra-artwork/Controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/extra-artwork/Controller.png -------------------------------------------------------------------------------- /cfgs/extra-artwork/Gimp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/extra-artwork/Gimp.png -------------------------------------------------------------------------------- /cfgs/extra-artwork/Kodi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/extra-artwork/Kodi.png -------------------------------------------------------------------------------- /cfgs/extra-artwork/Pandora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/extra-artwork/Pandora.png -------------------------------------------------------------------------------- /cfgs/extra-artwork/Reddit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/extra-artwork/Reddit.png -------------------------------------------------------------------------------- /cfgs/extra-artwork/Slacker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/extra-artwork/Slacker.png -------------------------------------------------------------------------------- /cfgs/extra-artwork/Spotify-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/extra-artwork/Spotify-2.png -------------------------------------------------------------------------------- /cfgs/extra-artwork/Spotify-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/extra-artwork/Spotify-3.png -------------------------------------------------------------------------------- /cfgs/extra-artwork/Spotify-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/extra-artwork/Spotify-4.png -------------------------------------------------------------------------------- /cfgs/extra-artwork/Spotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/extra-artwork/Spotify.png -------------------------------------------------------------------------------- /cfgs/recording/99-actkbd-controller.rules: -------------------------------------------------------------------------------- 1 | ACTION=="add", ENV{ID_INPUT_JOYSTICK}=="?*", RUN+="/usr/sbin/actkbd -D --device $tempnode --config /etc/actkbd-steamos-controller.conf" 2 | -------------------------------------------------------------------------------- /cfgs/recording/actkbd-steamos-controller.conf: -------------------------------------------------------------------------------- 1 | # LB+RB+A 2 | 310+311+304:key::su steam /usr/local/bin/recording-start.sh & 3 | # LB+RB+X 4 | 310+311+307:key::su steam /usr/local/bin/recording-stop.sh & 5 | -------------------------------------------------------------------------------- /cfgs/software-lists/basic-software.txt: -------------------------------------------------------------------------------- 1 | abiword 2 | baobab 3 | brasero 4 | chromium 5 | file-roller 6 | gedit 7 | gimp 8 | git 9 | gimp 10 | gnucash 11 | gparted 12 | gnumeric 13 | icedove 14 | inkscape 15 | libreoffice 16 | libfreetype6 17 | libxine2 18 | ncdu 19 | openjdk-7-jre 20 | openssh-server 21 | perl 22 | samba 23 | screen 24 | vim 25 | -------------------------------------------------------------------------------- /cfgs/software-lists/custom-pkg.txt: -------------------------------------------------------------------------------- 1 | extra 2 | -------------------------------------------------------------------------------- /cfgs/software-lists/emulators.txt: -------------------------------------------------------------------------------- 1 | desmume 2 | dgen 3 | dosbox 4 | fceu 5 | fs-uae 6 | gdebi-core 7 | gngeo 8 | gnuboy-sdl 9 | innoextract 10 | mednafen 11 | mupen64plus 12 | mame 13 | mess 14 | nestopia 15 | pcsxr 16 | pcsx2 17 | ppsspp 18 | scummvm 19 | stella 20 | visualboyadvance 21 | yabause 22 | zsnes 23 | -------------------------------------------------------------------------------- /cfgs/software-lists/extra-software.txt: -------------------------------------------------------------------------------- 1 | wine 2 | transmission 3 | shotwell 4 | cpufrequtils 5 | ffmpeg 6 | libav-tools 7 | libavcodec53 8 | emacs 9 | -------------------------------------------------------------------------------- /cfgs/software-lists/gaming-tools.txt: -------------------------------------------------------------------------------- 1 | playonlinux 2 | wine 3 | jstest-gtk 4 | xboxdrv 5 | -------------------------------------------------------------------------------- /cfgs/software-lists/multimedia.txt: -------------------------------------------------------------------------------- 1 | clementine 2 | gtk-recordmydesktop 3 | kodi 4 | openpht 5 | qmmp 6 | totem 7 | vlc 8 | -------------------------------------------------------------------------------- /cfgs/software-lists/upnp_dlna.txt: -------------------------------------------------------------------------------- 1 | git 2 | gconf2 3 | automake 4 | libglib2.0-dev 5 | gstreamer0.10-alsa 6 | gstreamer0.10-tools 7 | libgstreamer0.10-dev 8 | libupnp-dev libxml2-dev 9 | gstreamer0.10-ffmpeg 10 | gstreamer0.10-plugins-base 11 | gstreamer0.10-plugins-good 12 | gstreamer0.10-fluendo-mp3 13 | gstreamer0.10-pulseaudio 14 | pulseaudio 15 | minidlna 16 | -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/dayto2pe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/dayto2pe.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/daytona2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/daytona2.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/dirtdvls.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/dirtdvls.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/eca.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/eca.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/fvipers2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/fvipers2.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/getbassur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/getbassur.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/harley.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/harley.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/lamachin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/lamachin.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/lemans24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/lemans24.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/lostwsga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/lostwsga.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/magtruck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/magtruck.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/oceanhun.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/oceanhun.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/scud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/scud.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/scudplus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/scudplus.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/skichamp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/skichamp.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/spikeofe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/spikeofe.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/spikeout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/spikeout.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/srally2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/srally2.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/srally2dx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/srally2dx.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/swtrilgy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/swtrilgy.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/vf3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/vf3.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/vf3tb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/vf3tb.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/von2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/von2.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/vs2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/vs2.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/vs298.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/vs298.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/config-images/vs2v991.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/config-images/vs2v991.jpg -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/dayto2pe.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/dayto2pe.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/daytona2.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/daytona2.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/dirtdvls.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/dirtdvls.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/eca.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/eca.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/fvipers2.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/fvipers2.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/getbassur.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/getbassur.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/harley.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/harley.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/lamachin.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/lamachin.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/lemans24.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/lemans24.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/lostwsga (Calibrated for 4x3 resolutions).nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/lostwsga (Calibrated for 4x3 resolutions).nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/lostwsga.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/lostwsga.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/magtruck.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/magtruck.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/mgtrkbad.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/mgtrkbad.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/oceanhun.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/oceanhun.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/oceanhuna.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/oceanhuna.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/scud.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/scud.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/scudplus.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/scudplus.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/skichamp.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/skichamp.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/spikeofe.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/spikeofe.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/spikeout.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/spikeout.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/srally2.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/srally2.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/swtrilgy.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/swtrilgy.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/vf3.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/vf3.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/vf3tb.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/vf3tb.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/von2.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/von2.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/vs2.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/vs2.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/vs298.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/vs298.nv -------------------------------------------------------------------------------- /cfgs/supermodel3/nvram/vs2v991.nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/supermodel3/nvram/vs2v991.nv -------------------------------------------------------------------------------- /cfgs/systemd/99-actkbd-controller.rules: -------------------------------------------------------------------------------- 1 | ACTION=="add", ENV{ID_INPUT_JOYSTICK}=="?*", RUN+="/usr/sbin/actkbd -D --device $tempnode --config /etc/actkbd-steamos-controller.conf" 2 | -------------------------------------------------------------------------------- /cfgs/systemd/actkbd-steamos-controller.conf: -------------------------------------------------------------------------------- 1 | # LB+RB+A 2 | 310+311+304:key::su steam steamos-recording.sh & 3 | # LB+RB+X 4 | 310+311+307:key::su steam steamos-displayfps.sh & 5 | # LS+RS 6 | 317+318:key::su steam steamos-screenshot.sh & 7 | 8 | # LB+RB+Home 9 | 310+311+316:key::su steam steamos-restart.sh 10 | -------------------------------------------------------------------------------- /cfgs/systemd/actkbd-test.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Actkbd: Daemon for X-independent shortcuts 3 | 4 | [Service] 5 | ExecStart=/usr/sbin/actkbd -Dd /dev/input/event3 6 | RemainAfterExit=yes 7 | Type=forking 8 | Restart=always 9 | -------------------------------------------------------------------------------- /cfgs/systemd/ludusavi-backup.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description="Ludusavi backup" 3 | 4 | [Service] 5 | Environment="RUST_LOG=ludusavi=debug" 6 | ExecStart=flatpak run com.github.mtkennerly.ludusavi backup --force 7 | 8 | -------------------------------------------------------------------------------- /cfgs/systemd/ludusavi-backup.timer: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description="Ludusavi backup timer" 3 | 4 | [Timer] 5 | OnCalendar=*-*-* *:00/5:00 6 | Unit=ludusavi-backup.service 7 | 8 | 9 | [Install] 10 | WantedBy=timers.target 11 | -------------------------------------------------------------------------------- /cfgs/systemd/test-xbox.conf: -------------------------------------------------------------------------------- 1 | SUBSYSTEM=="device", 2 | SYSFS{idVendor}=="©Microsoft" , 3 | SYSFS{idProduct}=="Xbox_360_Wireless_Receiver_for_Windows", 4 | MODE="666" 5 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/Window-Test.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=0.1.1 3 | Name=Window Test 4 | Comment=Test basic Xephyr functionality 5 | Exec=/tmp/window-test.sh 6 | Icon=IMG_TMP 7 | Terminal=false 8 | Type=Application 9 | Categories=Utility;Application 10 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default-Launch.sh.old: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | 6 | # start antimicro mouse control 7 | #antimicro_tmp 8 | 9 | BROWSER_TMP --kiosk WEB_URL_TMP && 10 | 11 | sleep 1 12 | killall chrome 13 | killall antimicro 14 | 15 | } 16 | 17 | # start and log 18 | rm -f /tmp/webapps_log.txt 19 | main | tee /tmp/webapps_log.txt 20 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=0.1.1 3 | Name=NAME_TMP 4 | Comment=Launcher for NAME_TMP via Chrome 5 | Exec=LAUNCHER_TMP 6 | Icon=IMG_TMP 7 | Terminal=false 8 | Type=Application 9 | Categories=Utility;Application; 10 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Cookies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Cookies -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Cookies-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Cookies-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Current Session: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Current Session -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Current Tabs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Current Tabs -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Extension State/000003.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Extension State/000003.log -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Extension State/CURRENT: -------------------------------------------------------------------------------- 1 | MANIFEST-000001 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Extension State/LOCK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Extension State/LOCK -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Extension State/LOG: -------------------------------------------------------------------------------- 1 | 2015/11/20-17:30:43.193 6925 Reusing MANIFEST /home/desktop/.config/chromium/Default/Extension State/MANIFEST-000001 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Extension State/MANIFEST-000001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Extension State/MANIFEST-000001 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/flapper.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/flapper.gif -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/icon_128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/icon_16.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_close.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_hover.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_maximize.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_pressed.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Favicons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Favicons -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Favicons-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Favicons-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/History: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/History -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/History Provider Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/History Provider Cache -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/History-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/History-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/IndexedDB/https_www.google.com_0.indexeddb.leveldb/000003.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/IndexedDB/https_www.google.com_0.indexeddb.leveldb/000003.log -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/IndexedDB/https_www.google.com_0.indexeddb.leveldb/CURRENT: -------------------------------------------------------------------------------- 1 | MANIFEST-000001 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/IndexedDB/https_www.google.com_0.indexeddb.leveldb/LOCK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/IndexedDB/https_www.google.com_0.indexeddb.leveldb/LOCK -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/IndexedDB/https_www.google.com_0.indexeddb.leveldb/LOG: -------------------------------------------------------------------------------- 1 | 2015/11/20-17:30:44.855 6930 Reusing MANIFEST /home/desktop/.config/chromium/Default/IndexedDB/https_www.google.com_0.indexeddb.leveldb/MANIFEST-000001 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/IndexedDB/https_www.google.com_0.indexeddb.leveldb/MANIFEST-000001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/IndexedDB/https_www.google.com_0.indexeddb.leveldb/MANIFEST-000001 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Local Storage/chrome-extension_pafkbggdmjlpgkdkcbjmhmfcdpncadgh_0.localstorage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Local Storage/chrome-extension_pafkbggdmjlpgkdkcbjmhmfcdpncadgh_0.localstorage -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Local Storage/chrome-extension_pafkbggdmjlpgkdkcbjmhmfcdpncadgh_0.localstorage-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Local Storage/chrome-extension_pafkbggdmjlpgkdkcbjmhmfcdpncadgh_0.localstorage-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Local Storage/https_www.google.com_0.localstorage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Local Storage/https_www.google.com_0.localstorage -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Local Storage/https_www.google.com_0.localstorage-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Local Storage/https_www.google.com_0.localstorage-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Local Storage/https_www.youtube.com_0.localstorage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Local Storage/https_www.youtube.com_0.localstorage -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Local Storage/https_www.youtube.com_0.localstorage-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Local Storage/https_www.youtube.com_0.localstorage-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Login Data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Login Data -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Login Data-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Login Data-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Network Action Predictor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Network Action Predictor -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Network Action Predictor-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Network Action Predictor-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Origin Bound Certs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Origin Bound Certs -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Origin Bound Certs-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Origin Bound Certs-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/QuotaManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/QuotaManager -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/QuotaManager-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/QuotaManager-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/README: -------------------------------------------------------------------------------- 1 | Chromium settings and storage represent user-selected preferences and information and MUST not be extracted, overwritten or modified except through Chromium defined APIs. -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Secure Preferences: -------------------------------------------------------------------------------- 1 | {"protection":{"macs":{},"super_mac":"22F8EEA909400AF98ADF3681A9F31923EF6B7FCBA4ABB553D92823A3E9D5C25E"}} -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/CacheStorage/28da9c56fde4021055a681112c092453f74d8dd8/index.txt: -------------------------------------------------------------------------------- 1 | 2 | < 3 | newtab-static-xtzqv0$7170CE24-06EE-4F70-9E47-DB5FCE92315Ehttps://www.google.com/ -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/Database/000003.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/Database/000003.log -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/Database/CURRENT: -------------------------------------------------------------------------------- 1 | MANIFEST-000001 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/Database/LOCK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/Database/LOCK -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/Database/LOG: -------------------------------------------------------------------------------- 1 | 2015/11/20-17:30:46.752 6954 Reusing MANIFEST /home/desktop/.config/chromium/Default/Service Worker/Database/MANIFEST-000001 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/Database/MANIFEST-000001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/Database/MANIFEST-000001 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/ScriptCache/2cc80dabc69f58b6_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/ScriptCache/2cc80dabc69f58b6_0 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/ScriptCache/2cc80dabc69f58b6_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/ScriptCache/2cc80dabc69f58b6_1 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/ScriptCache/index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/ScriptCache/index -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/ScriptCache/index-dir/the-real-index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Service Worker/ScriptCache/index-dir/the-real-index -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Session Storage/000003.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Session Storage/000003.log -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Session Storage/CURRENT: -------------------------------------------------------------------------------- 1 | MANIFEST-000001 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Session Storage/LOCK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Session Storage/LOCK -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Session Storage/LOG: -------------------------------------------------------------------------------- 1 | 2015/11/20-17:30:50.188 6923 Reusing MANIFEST /home/desktop/.config/chromium/Default/Session Storage/MANIFEST-000001 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Session Storage/MANIFEST-000001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Session Storage/MANIFEST-000001 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Shortcuts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Shortcuts -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Shortcuts-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Shortcuts-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Top Sites: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Top Sites -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Top Sites-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Top Sites-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Visited Links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Visited Links -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Web Data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Web Data -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/Web Data-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/Web Data-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/data_reduction_proxy_leveldb/000003.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/data_reduction_proxy_leveldb/000003.log -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/data_reduction_proxy_leveldb/CURRENT: -------------------------------------------------------------------------------- 1 | MANIFEST-000001 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/data_reduction_proxy_leveldb/LOCK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/data_reduction_proxy_leveldb/LOCK -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/data_reduction_proxy_leveldb/LOG: -------------------------------------------------------------------------------- 1 | 2015/11/20-17:30:42.032 6957 Reusing MANIFEST /home/desktop/.config/chromium/Default/data_reduction_proxy_leveldb/MANIFEST-000001 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/data_reduction_proxy_leveldb/MANIFEST-000001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/data_reduction_proxy_leveldb/MANIFEST-000001 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/databases/Databases.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/databases/Databases.db -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/chromium-browser/databases/Databases.db-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/chromium-browser/databases/Databases.db-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Cookies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Cookies -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Cookies-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Cookies-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Current Session: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Current Session -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Current Tabs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Current Tabs -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extension Cookies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extension Cookies -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extension Cookies-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extension Cookies-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/ar/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "إنشاء عروض تقديمية وتحريرها" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "عروض Google التقديمية" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/ca/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Creeu i editeu presentacions" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Presentacions de Google " 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/cs/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Vytvářejte a upravujte prezentace" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Prezentace Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/da/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Opret og rediger præsentationer" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Præsentation" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/en_GB/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Create and edit presentations" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Slides" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/en_US/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Create and edit presentations " 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Slides" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/es/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Crea y edita presentaciones" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Presentaciones de Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/et/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Looge ja muutke esitlusi" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google'i esitlused" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/fi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Luo ja muokkaa esityksiä" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google-presentaatiot" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/fr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Créez et modifiez des présentations" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Slides" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/he/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "יצירת מצגות ועריכתן" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google מצגות" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/hi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "प्रस्तुतियां बनाएं और संपादित करें" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google स्लाइड" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/hu/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Prezentációk létrehozása és szerkesztése" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Diák" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/id/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Buat dan edit presentasi" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Slide" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/it/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Crea e modifica presentazioni" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Presentazioni Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/ja/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "プレゼンテーションの作成と編集" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google スライド" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/ko/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "프리젠테이션 만들기 및 수정" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google 슬라이드" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/lt/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Kurkite ir redaguokite pristatymus" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "„Google“ skaidrės" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/ms/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Buat dan edit pembentangan" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Slaid Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/nl/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Presentaties maken en bewerken" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Presentaties" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/no/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appName": { 3 | "message": "Google Presentasjoner", 4 | "description": "App name." 5 | }, 6 | "appDesc": { 7 | "message": "Opprett og rediger presentasjoner", 8 | "description": "App description." 9 | } 10 | } -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/pl/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Twórz i edytuj prezentacje" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Prezentacje Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/pt_BR/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Crie e edite apresentações" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Apresentações" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/pt_PT/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Criar e editar apresentações" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Apresentações Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/ro/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Creați și editați prezentări" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Prezentări Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/sk/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Vytvárajte a upravujte prezentácie" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Prezentácie Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/sl/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Ustvarite in uredite predstavitve" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Diapozitivi" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/sr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Правите и мењајте презентације" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google презентације" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/th/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "สร้างและแก้ไขงานนำเสนอ" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google สไลด์" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/tr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Slaytlar oluşturun ve düzenleyin" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Slaytlar" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/vi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Tạo và chỉnh sửa bản trình bày" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Trang trình bày" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/zh_CN/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "创建和编辑演示文稿" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google 幻灯片" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/_locales/zh_TW/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "建立並編輯簡報" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google 投影片" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/icon_128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/icon_16.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/main.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aapocclcgogkmnckokdopfmhonfmgoek/0.9_0/main.js: -------------------------------------------------------------------------------- 1 | document.location.href = 2 | "https://docs.google.com/presentation?usp=chrome_app&authuser=0"; 3 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.0.0.6_0/icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.0.0.6_0/icon_128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.0.0.6_0/icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.0.0.6_0/icon_16.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.0.0.6_0/main.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.0.0.6_0/main.js: -------------------------------------------------------------------------------- 1 | document.location.href = "https://docs.google.com/document/create?chromeApp=1"; -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/ar/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "إنشاء مستندات وتحريرها" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "محرّر مستندات Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/bg/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Създавайте и редактирайте документи" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Документи" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/ca/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Creeu i editeu documents" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Docs" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/cs/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Vytvářejte a upravujte dokumenty" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Dokumenty Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/da/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Opret og rediger dokumenter" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Dokumenter" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/de/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Dokumente erstellen und bearbeiten" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Docs" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/el/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Δημιουργία και επεξεργασία εγγράφων" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Έγγραφα Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/en_GB/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Create and edit documents" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Docs" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/en_US/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Create and edit documents " 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Docs" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/es/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Crea y edita documentos" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Docs" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/es_419/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Crea y edita documentos" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Docs" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/et/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Looge ja muutke dokumente" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google'i dokumendid" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/fi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Luo ja muokkaa dokumentteja" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google-dokumentit" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/fil/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Lumikha at mag-edit ng mga dokumento" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Docs" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/fr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Créez et modifiez des documents" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Docs" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/he/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "יצירת מסמכים ועריכתם" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Docs" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/hi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "दस्तावेज़ बनाएं और संपादित करें" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google डॉक्स" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/id/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Buat dan edit dokumen" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Documents" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/it/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Crea e modifica documenti" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Documenti Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/ja/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "文書の作成と編集" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google ドキュメント" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/ko/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "문서 만들기 및 수정" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google 문서도구" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/lt/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Kurkite ir redaguokite dokumentus" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "„Google“ dokumentai" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/lv/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Veidojiet un rediģējiet dokumentus" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google dokumenti" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/ms/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Buat dan edit dokumen" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Dokumen Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/nl/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Documenten maken en bewerken" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Documenten" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/no/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appName": { 3 | "message": "Google Dokumenter", 4 | "description": "App name." 5 | }, 6 | "appDesc": { 7 | "message": "Opprett og rediger dokumenter", 8 | "description": "App description." 9 | } 10 | } -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/pl/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Twórz i edytuj dokumenty" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Dokumenty Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/pt_BR/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Crie e edite documentos" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Docs" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/pt_PT/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Criar e editar documentos" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Docs" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/ro/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Creați și editați documente" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Docs" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/ru/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Создание и редактирование документов" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Документы Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/sk/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Vytvárajte a upravujte dokumenty" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Dokumenty Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/sl/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Ustvarite in uredite dokumente" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Dokumenti" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/sr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Правите и мењајте документе" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google документи" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/sv/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Skapa och redigera dokument" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Dokument" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/th/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "สร้างและแก้ไขเอกสาร" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google เอกสาร" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/tr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Dokümanlar oluşturun ve düzenleyin" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Dokümanlar" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/uk/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Створення та редагування документів" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Документи" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/vi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Tạo và chỉnh sửa tài liệu" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Tài liệu" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/zh_CN/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "创建和编辑文档" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google 文档" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/_locales/zh_TW/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "建立及編輯文件" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google 文件" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/icon_128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/icon_16.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/main.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/aohghmighlieiainnegkcijnfilokake/0.9_0/main.js: -------------------------------------------------------------------------------- 1 | document.location.href = 2 | "https://docs.google.com/document?usp=chrome_app&authuser=0"; 3 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/apdfllckaahabafndbhieahigkjlhalf/14.0_0/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/apdfllckaahabafndbhieahigkjlhalf/14.0_0/128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/apdfllckaahabafndbhieahigkjlhalf/14.0_0/_locales/zh_CN/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Google 云端硬盘:在一个位置创建、共享和存储您的所有资料。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google 云端硬盘" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/apdfllckaahabafndbhieahigkjlhalf/14.0_0/_locales/zh_TW/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Google 雲端硬碟:檔案製作、分享、存放,全部集中一處。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google 雲端硬碟" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/apdfllckaahabafndbhieahigkjlhalf/6.2_0/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/apdfllckaahabafndbhieahigkjlhalf/6.2_0/128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/apdfllckaahabafndbhieahigkjlhalf/6.2_0/_locales/zh_CN/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Google 云端硬盘:在一个位置创建、共享和存储您的所有资料。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google 云端硬盘" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/apdfllckaahabafndbhieahigkjlhalf/6.2_0/_locales/zh_TW/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Google 雲端硬碟:檔案製作、分享、存放,全部集中一處。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google 雲端硬碟" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.5_0/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.5_0/128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.5_0/_locales/ar/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "منتدى الفيديو الأكثر شيوعًَا على الإنترنت." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Youtube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.5_0/_locales/fi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Maailman suosituin verkkovideoyhteisö." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.5_0/_locales/hr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Najpopularnija videozajednica na svijetu." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.5_0/_locales/it/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "La più famosa community di video online." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.5_0/_locales/ja/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "YouTube は世界で最も人気のあるオンライン動画コミュニティです。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.5_0/_locales/ko/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "세계에서 가장 인기있는 온라인 동영상 커뮤니티입니다." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.5_0/_locales/no/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appName": { 3 | "message": "YouTube", 4 | "description": "App name." 5 | }, 6 | "appDesc": { 7 | "message": "Verdens mest populære videofellesskap på nett.", 8 | "description":"App description." 9 | } 10 | } -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.5_0/_locales/ru/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Самое популярное в мире видеосообщество." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.5_0/_locales/th/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "ชุมชนวิดีโอออนไลน์ยอดนิยมของโลก" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.5_0/_locales/zh_CN/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "全球最热门的在线视频社区。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.5_0/_locales/zh_TW/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "全世界最受歡迎的線上影片社群。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.7_0/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.7_0/128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.7_0/_locales/ar/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "منتدى الفيديو الأكثر شيوعًَا على الإنترنت." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Youtube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.7_0/_locales/fi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Maailman suosituin verkkovideoyhteisö." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.7_0/_locales/hr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Najpopularnija videozajednica na svijetu." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.7_0/_locales/it/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "La più famosa community di video online." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.7_0/_locales/ja/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "YouTube は世界で最も人気のあるオンライン動画コミュニティです。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.7_0/_locales/ko/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "세계에서 가장 인기있는 온라인 동영상 커뮤니티입니다." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.7_0/_locales/no/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appName": { 3 | "message": "YouTube", 4 | "description": "App name." 5 | }, 6 | "appDesc": { 7 | "message": "Verdens mest populære videofellesskap på nett.", 8 | "description":"App description." 9 | } 10 | } -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.7_0/_locales/ru/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Самое популярное в мире видеосообщество." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.7_0/_locales/th/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "ชุมชนวิดีโอออนไลน์ยอดนิยมของโลก" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.7_0/_locales/zh_CN/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "全球最热门的在线视频社区。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/blpcfgokakmgnkcojhhkbfbldkacnbeo/4.2.7_0/_locales/zh_TW/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "全世界最受歡迎的線上影片社群。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "YouTube" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.19_0/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.19_0/128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.19_0/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.19_0/16.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.19_0/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.19_0/32.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.19_0/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.19_0/48.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.30_0/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.30_0/128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.30_0/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.30_0/16.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.30_0/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.30_0/32.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.30_0/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/coobgpohoikkiipiblmjeljniedjpjpf/0.0.0.30_0/48.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/ar/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "إنشاء جداول بيانات وتحريرها" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "جداول بيانات Google " 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/cs/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Vytvářejte a upravujte tabulky" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Tabulky Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/da/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Opret og rediger regneark" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Ark" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/de/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Tabellen erstellen und bearbeiten" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Tabellen" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/en_GB/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Create and edit spreadsheets" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Sheets" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/en_US/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Create and edit spreadsheets" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Sheets" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/fi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Luo ja muokkaa laskentataulukoita" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google-taulukot" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/fil/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Lumikha at mag-edit ng mga spreadsheet" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Sheets" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/he/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "יצירת גיליונות עבודה ועריכתם" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Sheets" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/hi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "स्प्रैडशीट बनाएं और संपादित करें" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google पत्रक" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/id/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Buat dan edit spreadsheet" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Spreadsheets" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/it/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Crea e modifica fogli di lavoro" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Fogli Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/ja/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "スプレッドシートの作成と編集" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google スプレッドシート" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/ko/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "스프레드시트 만들기 및 수정" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google 시트" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/ms/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Buat dan edit hamparan" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Helaian Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/nl/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Spreadsheets maken en bewerken" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Spreadsheets" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/no/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appName": { 3 | "message": "Google Regneark", 4 | "description": "App name." 5 | }, 6 | "appDesc": { 7 | "message": "Opprett og rediger regneark", 8 | "description": "App description." 9 | } 10 | } -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/pl/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Twórz i edytuj arkusze" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Arkusze Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/pt_BR/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Crie e edite planilhas" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Planilhas do Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/ro/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Creați și editați foi de calcul" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Foi de calcul Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/ru/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Создание и редактирование таблиц" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Таблицы" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/sk/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Vytvárajte a upravujte tabuľky" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Tabuľky Google" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/sl/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Ustvarite in uredite preglednice" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Preglednice" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/sr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Правите и мењајте табеле" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google табеле" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/sv/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Skapa och redigera kalkylark" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Kalkylark" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/th/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "สร้างและแก้ไขสเปรดชีต" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google สเปรดชีต" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/tr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "E-tablolar oluşturun ve düzenleyin" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google E-Tablolar" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/uk/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Створення та редагування таблиць" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Таблиці" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/vi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Tạo và chỉnh sửa bảng tính" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google Bảng tính" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/zh_CN/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "创建和编辑电子表格" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google 表格" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/_locales/zh_TW/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "建立及編輯試算表" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Google 試算表" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/icon_128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/icon_16.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/main.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/felcaaldnbdncclmgdcncolpebgiejap/1.1_0/main.js: -------------------------------------------------------------------------------- 1 | document.location.href = 2 | "https://docs.google.com/spreadsheets?usp=chrome_app&authuser=0"; 3 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/af/messages.json: -------------------------------------------------------------------------------- 1 | {"extdesc":{"message":"Kry dinge vanlyn gedoen met Google Dokumente se produkte."},"extname":{"message":"Google Dokumente vanlyn"}} 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/am/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "በGoogle ሰነዶች የምርቶች ቤተሰብ ነገሮችን ከመስመር ውጪ ተከናውነው ያግኙ።" 4 | }, 5 | "extname": { 6 | "message": "ከመስመር ውጭ Google ሰነዶች" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/ar/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "انجز عملك بلا اتصال مع عائلة منتجات مستندات Google." 4 | }, 5 | "extname": { 6 | "message": "مستندات Google في وضع عدم الاتصال" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/az/messages.json: -------------------------------------------------------------------------------- 1 | {"extdesc":{"message":"Google S\u0259n\u0259d m\u0259hsullar\u0131 il\u0259 i\u015fl\u0259rinizi oflayn edin."},"extname":{"message":"Google S\u0259n\u0259d Oflayn"}} 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/bg/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Изпълнявайте задачите си офлайн със семейството от продукти на Google Документи." 4 | }, 5 | "extname": { 6 | "message": "Google Документи офлайн" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/bn/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Google দস্তাবেজের বিভিন্ন ধরনের পণ্যের সাহায্যে অফলাইনেই কাজ করতে পারেন।" 4 | }, 5 | "extname": { 6 | "message": "Google দস্তাবেজ অফলাইন" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/ca/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Treballeu sense connexió amb la família de productes de Documents de Google." 4 | }, 5 | "extname": { 6 | "message": "Documents de Google sense connexió" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/cs/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Pracujte offline se skupinou služeb Dokumenty Google." 4 | }, 5 | "extname": { 6 | "message": "Dokumenty Google offline" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/da/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Få tingene gjort offline med Google Docs-produktfamilien." 4 | }, 5 | "extname": { 6 | "message": "Google Docs Offline" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/de/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Erledigen Sie Ihre Aufgaben mit der Google Docs-Produktfamilie offline" 4 | }, 5 | "extname": { 6 | "message": "Google Text & Tabellen Offline" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/el/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Κάντε τα πράγματα που θέλετε εκτός σύνδεσης με το σύνολο προϊόντων των Εγγράφων Google." 4 | }, 5 | "extname": { 6 | "message": "Έγγραφα Google εκτός σύνδεσης" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/en_GB/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Get things done offline with the Google Docs family of products." 4 | }, 5 | "extname": { 6 | "message": "Google Docs Offline" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/es/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Realiza tus tareas sin conexión con los productos de Documentos de Google." 4 | }, 5 | "extname": { 6 | "message": "Documentos de Google sin conexión" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/es_419/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Completa tus asignaciones sin conexión gracias a la familia de productos de Documentos de Google." 4 | }, 5 | "extname": { 6 | "message": "Documentos de Google sin conexión" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/et/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Tehke asju võrguühenduseta, kasutades Google’i dokumentide tooteperekonda." 4 | }, 5 | "extname": { 6 | "message": "Võrguühenduseta Google’i dokumendid" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/eu/messages.json: -------------------------------------------------------------------------------- 1 | {"extdesc":{"message":"Egin lan konexiorik gabe Google Dokumentuak produktu familiarekin."},"extname":{"message":"Google Dokumentuak konexiorik gabe"}} 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/fa/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "با گروه محصولات «سندنگار Google» کارهایتان را در حالت آفلاین انجام دهید." 4 | }, 5 | "extname": { 6 | "message": "سندنگار Google آفلاین" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/fi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Työskentele offline-tilassa Google Docs -tuoteperheen avulla." 4 | }, 5 | "extname": { 6 | "message": "Google Docsin offline-tila" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/fil/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Gawin ang mga bagay offline sa pamamagitan ng pangkat ng mga produkto sa Google Docs." 4 | }, 5 | "extname": { 6 | "message": "Google Docs Offline" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/fr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Travaillez en mode hors connexion avec les produits Google Docs." 4 | }, 5 | "extname": { 6 | "message": "Google Docs hors connexion" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/fr_CA/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Accomplir des tâches hors connexion avec la famille de produits Google Documents." 4 | }, 5 | "extname": { 6 | "message": "Google Documents hors connexion" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/gl/messages.json: -------------------------------------------------------------------------------- 1 | {"extdesc":{"message":"Realiza tarefas sen conexi\u00f3n coa familia de produtos de Documentos de Google."},"extname":{"message":"Documentos de Google sen conexi\u00f3n"}} 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/gu/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Google દસ્તાવેજ વર્ગના ઉત્પાદનો વડે ઓફલાઇન કામ પૂર્ણ કરો." 4 | }, 5 | "extname": { 6 | "message": "Google દસ્તાવેજ ઓફલાઇન" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/hi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Google दस्तावेज़ उत्पादों के परिवार से चीज़ों को ऑफ़लाइन पूरा करना." 4 | }, 5 | "extname": { 6 | "message": "Google दस्तावेज़ ऑफ़लाइन" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/hr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Obavljajte stvari izvanmrežno s proizvodima iz skupine Google dokumenata." 4 | }, 5 | "extname": { 6 | "message": "Google dokumenti izvanmrežno" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/hu/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "A Google Dokumentumok termékcsaládjával offline állapotban is dolgozhat." 4 | }, 5 | "extname": { 6 | "message": "Google Dokumentumok Offline" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/id/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Selesaikan tugas secara offline dengan keluarga produk Google Dokumen." 4 | }, 5 | "extname": { 6 | "message": "Google Dokumen Offline" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/is/messages.json: -------------------------------------------------------------------------------- 1 | {"extdesc":{"message":"Komdu hlutum \u00ed verk \u00e1n nettengingar me\u00f0 v\u00f6rul\u00ednu Google skjala."},"extname":{"message":"Google skj\u00f6l \u00e1n nettengingar"}} 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/it/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Lavora offline con la famiglia di prodotti di Documenti Google." 4 | }, 5 | "extname": { 6 | "message": "Google Documenti offline" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/ja/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Google ドキュメントの一連のサービスを使って、オフラインでも作業を完了できます。" 4 | }, 5 | "extname": { 6 | "message": "Google ドキュメント オフライン" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/kn/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Google ಡಾಕ್ಸ್ ಉತ್ಪನ್ನಗಳ ಕುಟುಂಬದ ಮೂಲಕ ಕೆಲಸಗಳನ್ನು ಆಫ್‌ಲೈನ್‌ನಲ್ಲಿ ಮಾಡಿ." 4 | }, 5 | "extname": { 6 | "message": "Google ಡಾಕ್ಸ್‌‌ ಆಫ್‌ಲೈನ್" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/ko/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Google 문서 제품군을 사용하여 오프라인으로 작업을 완료할 수 있습니다." 4 | }, 5 | "extname": { 6 | "message": "Google 문서 오프라인" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/lt/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Atlikite darbus neprisijungę naudodami „Google“ dokumentų produktų grupę." 4 | }, 5 | "extname": { 6 | "message": "„Google“ dokumentai neprisijungus" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/lv/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Lai darbotos bezsaistē, izmantojiet pakalpojuma Google dokumenti produktus." 4 | }, 5 | "extname": { 6 | "message": "Google dokumenti bezsaistē" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/ml/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "ചെയ്യാനുള്ള കാര്യങ്ങൾ Google ഡോക്‌സിന്റെ ഉൽപ്പന്നങ്ങളെല്ലാം ഉപയോഗിച്ച് ഓഫ്‌ലൈനിൽ ചെയ്യുക." 4 | }, 5 | "extname": { 6 | "message": "Google ഡോക്സ് ഓഫ്‌ലൈന്‍" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/mr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "उत्पादनाच्या Google दस्तऐवज कुटुंबासह गोष्टी ऑफलाइन पूर्ण करा." 4 | }, 5 | "extname": { 6 | "message": "Google दस्तऐवज ऑफलाइन" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/ms/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Selesaikan tugas anda secara luar talian menggunakan famili produk Dokumen Google." 4 | }, 5 | "extname": { 6 | "message": "Dokumen Google Luar Talian" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/nl/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Offline taken uitvoeren met de Google Documenten-productfamilie." 4 | }, 5 | "extname": { 6 | "message": "Offline Documenten" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/no/messages.json: -------------------------------------------------------------------------------- 1 | {"extdesc":{"message":"F\u00e5 ting unnagjort uten nett med Google Dokumenter-produktfamilien."},"extname":{"message":"Google Dokumenter uten nett"}} 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/pl/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Korzystaj z rodziny usług Dokumenty Google w trybie offline." 4 | }, 5 | "extname": { 6 | "message": "Dokumenty Google offline" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/pt_BR/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Trabalhe off-line com a família de produtos do Documentos Google." 4 | }, 5 | "extname": { 6 | "message": "Documentos Google off-line" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/pt_PT/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Conclua tarefas offline com a família de produtos do Documentos do Google." 4 | }, 5 | "extname": { 6 | "message": "Documentos do Google offline" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/ro/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Lucrați offline cu familia de produse Documente Google." 4 | }, 5 | "extname": { 6 | "message": "Documente Google Offline" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/ru/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Работайте с Документами, Таблицами и Презентациями без подключения к Интернету." 4 | }, 5 | "extname": { 6 | "message": "Google Документы Офлайн" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/sk/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Dokončite prácu offline vďaka produktom z radu Dokumentov Google." 4 | }, 5 | "extname": { 6 | "message": "Dokumenty Google v režime offline" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/sl/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Opravite delo brez povezave z družino izdelkov Google Dokumenti." 4 | }, 5 | "extname": { 6 | "message": "Google Dokumenti brez povezave" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/sr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Обављајте ствари офлајн помоћу производа из породице Google докумената." 4 | }, 5 | "extname": { 6 | "message": "Google документи офлајн" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/sv/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Få saker gjorda offline med produktfamiljen Google Dokument." 4 | }, 5 | "extname": { 6 | "message": "Google Dokument Offline" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/sw/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Fanya kazi nje ya mtandao kwa kutumia bidhaa za jamii ya Hati za Google." 4 | }, 5 | "extname": { 6 | "message": "Hati za Google Nje ya Mtandao" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/ta/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "பலதரப்பட்ட Google ஆவணத் தயாரிப்புகளில் ஆஃப்லைனில் வேலை செய்ய அனுமதிக்கும்." 4 | }, 5 | "extname": { 6 | "message": "Google ஆவணம் ஆஃப்லைன்" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/te/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Google ఉత్పత్తుల వర్గంతో అంశాలను ఆఫ్‌లైన్‌లో చేయండి." 4 | }, 5 | "extname": { 6 | "message": "Google డాక్స్ ఆఫ్‌లైన్" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/th/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "ทำงานเสร็จแบบออฟไลน์ด้วยผลิตภัณฑ์ตระกูล Google เอกสาร" 4 | }, 5 | "extname": { 6 | "message": "Google เอกสารแบบออฟไลน์" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/tr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Google Dokümanlar ürün ailesi sayesinde işlerinizi çevrimdışı yapın." 4 | }, 5 | "extname": { 6 | "message": "Google Dokümanlar Çevrimdışı" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/uk/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Працюйте без підключення до Інтернету, використовуючи сервіси Google Документів." 4 | }, 5 | "extname": { 6 | "message": "Google Документи офлайн" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/vi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "Hoàn thành mọi việc ngoại tuyến với nhóm sản phẩm của Google Tài liệu." 4 | }, 5 | "extname": { 6 | "message": "Google Tài liệu ngoại tuyến" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/zh_CN/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "利用 Google 文档产品系列离线编辑文件。" 4 | }, 5 | "extname": { 6 | "message": "Google 文档的离线功能" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/zh_HK/messages.json: -------------------------------------------------------------------------------- 1 | {"extdesc":{"message":"\u4f7f\u7528\u300cGoogle \u6587\u4ef6\u300d\u7cfb\u5217\u7522\u54c1\u96e2\u7dda\u8655\u7406\u6587\u4ef6\u3002"},"extname":{"message":"\u300cGoogle \u6587\u4ef6\u300d\u96e2\u7dda\u7248"}} 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/zh_TW/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "extdesc": { 3 | "message": "使用 Google 文件系列產品離線處理文件。" 4 | }, 5 | "extname": { 6 | "message": "Google 文件離線版" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/ghbmnnjooekpmoecnnnilnnbdlolhkhi/0.5_0/_locales/zu/messages.json: -------------------------------------------------------------------------------- 1 | {"extdesc":{"message":"Enza izinto zenzeke ungaxhunyiwe ku-inthanethi ngomndeni wemikhiqizo ye-Google Amadokhumenti."},"extname":{"message":"I-Google Amadokhumenti engaxhumekile ku-intanethi"}} 2 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/lccekmodgklaepjeofjdjpbminllajkg/0.3.0.5_0/_platform_specific/x86-64_/hotword.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/lccekmodgklaepjeofjdjpbminllajkg/0.3.0.5_0/_platform_specific/x86-64_/hotword.data -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/lccekmodgklaepjeofjdjpbminllajkg/0.3.0.5_0/audio/chime.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/lccekmodgklaepjeofjdjpbminllajkg/0.3.0.5_0/audio/chime.wav -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/lccekmodgklaepjeofjdjpbminllajkg/0.3.0.5_0/hotword_.nmf: -------------------------------------------------------------------------------- 1 | { 2 | "program": { 3 | "x86-64": { "url": "_platform_specific/x86-64_/hotword-x86-64.nexe" }, 4 | "x86-32": { "url": "_platform_specific/x86-32_/hotword-x86-32.nexe" }, 5 | "arm": {"url": "_platform_specific/arm_/hotword-arm.nexe" } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/lccekmodgklaepjeofjdjpbminllajkg/0.3.0.5_0/hotword_de.nmf: -------------------------------------------------------------------------------- 1 | { 2 | "program": { 3 | "x86-64": { "url": "_platform_specific/x86-64_de/hotword-x86-64.nexe" }, 4 | "x86-32": { "url": "_platform_specific/x86-32_de/hotword-x86-32.nexe" }, 5 | "arm": {"url": "_platform_specific/arm_de/hotword-arm.nexe" } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/lccekmodgklaepjeofjdjpbminllajkg/0.3.0.5_0/hotword_es.nmf: -------------------------------------------------------------------------------- 1 | { 2 | "program": { 3 | "x86-64": { "url": "_platform_specific/x86-64_es/hotword-x86-64.nexe" }, 4 | "x86-32": { "url": "_platform_specific/x86-32_es/hotword-x86-32.nexe" }, 5 | "arm": {"url": "_platform_specific/arm_es/hotword-arm.nexe" } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/lccekmodgklaepjeofjdjpbminllajkg/0.3.0.5_0/hotword_fr.nmf: -------------------------------------------------------------------------------- 1 | { 2 | "program": { 3 | "x86-64": { "url": "_platform_specific/x86-64_fr/hotword-x86-64.nexe" }, 4 | "x86-32": { "url": "_platform_specific/x86-32_fr/hotword-x86-32.nexe" }, 5 | "arm": {"url": "_platform_specific/arm_fr/hotword-arm.nexe" } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/lccekmodgklaepjeofjdjpbminllajkg/0.3.0.5_0/hotword_it.nmf: -------------------------------------------------------------------------------- 1 | { 2 | "program": { 3 | "x86-64": { "url": "_platform_specific/x86-64_it/hotword-x86-64.nexe" }, 4 | "x86-32": { "url": "_platform_specific/x86-32_it/hotword-x86-32.nexe" }, 5 | "arm": {"url": "_platform_specific/arm_it/hotword-arm.nexe" } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/lccekmodgklaepjeofjdjpbminllajkg/0.3.0.5_0/hotword_ja.nmf: -------------------------------------------------------------------------------- 1 | { 2 | "program": { 3 | "x86-64": { "url": "_platform_specific/x86-64_ja/hotword-x86-64.nexe" }, 4 | "x86-32": { "url": "_platform_specific/x86-32_ja/hotword-x86-32.nexe" }, 5 | "arm": {"url": "_platform_specific/arm_ja/hotword-arm.nexe" } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/lccekmodgklaepjeofjdjpbminllajkg/0.3.0.5_0/hotword_ko.nmf: -------------------------------------------------------------------------------- 1 | { 2 | "program": { 3 | "x86-64": { "url": "_platform_specific/x86-64_ko/hotword-x86-64.nexe" }, 4 | "x86-32": { "url": "_platform_specific/x86-32_ko/hotword-x86-32.nexe" }, 5 | "arm": {"url": "_platform_specific/arm_ko/hotword-arm.nexe" } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/flapper.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/flapper.gif -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/icon_128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/icon_16.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_close.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_hover.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_maximize.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/nmmhkkegccagdldgiimedpiccmgmieda/0.1.2.0_0/images/topbar_floating_button_pressed.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/7_0/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/7_0/128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/7_0/_locales/en/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Fast, searchable email with less spam." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Gmail" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/7_0/_locales/hi/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "कम स्पैम के साथ तेज़ और खोज करने योग्य ईमेल." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Gmail" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/7_0/_locales/ja/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "高速で検索機能に優れた、迷惑メールの少ないメール システムです。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Gmail" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/7_0/_locales/ko/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "빠르고 검색 가능하며 스팸은 줄어든 이메일 서비스입니다." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Gmail" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/7_0/_locales/no/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appName": { 3 | "message": "Gmail", 4 | "description": "App name." 5 | }, 6 | "appDesc": { 7 | "message": "Rask, søkbar e-post med mindre nettsøppel.", 8 | "description":"App description." 9 | } 10 | } -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/7_0/_locales/se/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appName": { 3 | "message": "Gmail", 4 | "description": "App name." 5 | }, 6 | "appDesc": { 7 | "message": "Snabb, sökbar e-post med mindre skräppost.", 8 | "description":"App description." 9 | } 10 | } -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/7_0/_locales/sk/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Rýchly e-mail s vyhľadávaním a bez spamu." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Gmail" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/7_0/_locales/zh_CN/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "快捷的电子邮件服务,可以搜索邮件且有效减少了垃圾邮件。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Gmail" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/7_0/_locales/zh_TW/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "垃圾郵件更少、迅速,並且可供搜尋的電子郵件服務。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Gmail" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/8.1_0/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/8.1_0/128.png -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/8.1_0/_locales/en/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Fast, searchable email with less spam." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Gmail" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/8.1_0/_locales/ja/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "高速で検索機能に優れた、迷惑メールの少ないメール システムです。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Gmail" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/8.1_0/_locales/ko/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "빠르고 검색 가능하며 스팸은 줄어든 이메일 서비스입니다." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Gmail" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/8.1_0/_locales/no/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appName": { 3 | "message": "Gmail", 4 | "description": "App name." 5 | }, 6 | "appDesc": { 7 | "message": "Rask, søkbar e-post med mindre nettsøppel.", 8 | "description":"App description." 9 | } 10 | } -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/8.1_0/_locales/se/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appName": { 3 | "message": "Gmail", 4 | "description": "App name." 5 | }, 6 | "appDesc": { 7 | "message": "Snabb, sökbar e-post med mindre skräppost.", 8 | "description":"App description." 9 | } 10 | } -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/8.1_0/_locales/sk/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "Rýchly e-mail s vyhľadávaním a bez spamu." 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Gmail" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/8.1_0/_locales/zh_CN/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "快捷的电子邮件服务,可以搜索邮件且有效减少了垃圾邮件。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Gmail" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Extensions/pjkljhegncpnkpknbcohdijeoejaedia/8.1_0/_locales/zh_TW/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "appDesc": { 3 | "description": "App description.", 4 | "message": "垃圾郵件更少、迅速,並且可供搜尋的電子郵件服務。" 5 | }, 6 | "appName": { 7 | "description": "App name.", 8 | "message": "Gmail" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Favicons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Favicons -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Favicons-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Favicons-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/GPUCache/data_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/GPUCache/data_0 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/GPUCache/data_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/GPUCache/data_1 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/GPUCache/data_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/GPUCache/data_2 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/GPUCache/data_3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/GPUCache/data_3 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/GPUCache/index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/GPUCache/index -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/History: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/History -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/History Provider Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/History Provider Cache -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/History-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/History-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Local Storage/http_www.netflix.com_0.localstorage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Local Storage/http_www.netflix.com_0.localstorage -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Local Storage/http_www.netflix.com_0.localstorage-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Local Storage/http_www.netflix.com_0.localstorage-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Local Storage/https_www.netflix.com_0.localstorage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Local Storage/https_www.netflix.com_0.localstorage -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Local Storage/https_www.netflix.com_0.localstorage-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Local Storage/https_www.netflix.com_0.localstorage-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Local Storage/https_www.youtube.com_0.localstorage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Local Storage/https_www.youtube.com_0.localstorage -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Local Storage/https_www.youtube.com_0.localstorage-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Local Storage/https_www.youtube.com_0.localstorage-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Network Action Predictor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Network Action Predictor -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Network Action Predictor-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Network Action Predictor-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Origin Bound Certs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Origin Bound Certs -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Origin Bound Certs-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Origin Bound Certs-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/QuotaManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/QuotaManager -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/QuotaManager-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/QuotaManager-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/README: -------------------------------------------------------------------------------- 1 | Google Chrome settings and storage represent user-selected preferences and information and MUST not be extracted, overwritten or modified except through Google Chrome defined APIs. -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Secure Preferences: -------------------------------------------------------------------------------- 1 | {"protection":{"macs":{},"super_mac":"52AE6FC03C488AA082ADDB279D7863EDE2139E5B2D0FC269DD80B965EC6EBABB"}} -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Shortcuts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Shortcuts -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Shortcuts-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Shortcuts-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Storage/ext/chrome-signin/def/GPUCache/data_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Storage/ext/chrome-signin/def/GPUCache/data_0 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Storage/ext/chrome-signin/def/GPUCache/data_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Storage/ext/chrome-signin/def/GPUCache/data_1 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Storage/ext/chrome-signin/def/GPUCache/data_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Storage/ext/chrome-signin/def/GPUCache/data_2 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Storage/ext/chrome-signin/def/GPUCache/data_3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Storage/ext/chrome-signin/def/GPUCache/data_3 -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Storage/ext/chrome-signin/def/GPUCache/index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Storage/ext/chrome-signin/def/GPUCache/index -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Top Sites: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Top Sites -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Top Sites-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Top Sites-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Visited Links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Visited Links -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Web Data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Web Data -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/Web Data-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/Web Data-journal -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/databases/Databases.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/databases/Databases.db -------------------------------------------------------------------------------- /cfgs/web-cfgs/skel/Default/google-chrome-stable/databases/Databases.db-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/cfgs/web-cfgs/skel/Default/google-chrome-stable/databases/Databases.db-journal -------------------------------------------------------------------------------- /cfgs/wine/Default.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Name=GAME_NAME_TMP 4 | GenericName=GAME_NAME_TMP 5 | Type=Application 6 | Exec=LAUNCHER_TMP 7 | Icon=playonlinux 8 | Categories=Game; 9 | -------------------------------------------------------------------------------- /cfgs/wine/Steam-POL.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Steam-POL 3 | Comment=Runs Steam for Windows via POL, under the "steam" user 4 | Exec=/usr/bin/Steam-POL 5 | Icon=steam 6 | Terminal=false 7 | Type=Application 8 | Categories=Network;FileTransfer;Game; 9 | MimeType=x-scheme-handler/steam; 10 | -------------------------------------------------------------------------------- /cfgs/wine/Steam-POL.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | gksu -u steam playonlinux 3 | -------------------------------------------------------------------------------- /docs/Sourcingbay-DVR-EC010-HDMI-Game-Capture.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/docs/Sourcingbay-DVR-EC010-HDMI-Game-Capture.doc -------------------------------------------------------------------------------- /docs/deck-loader-plugins.md: -------------------------------------------------------------------------------- 1 | ## Builing plugins 2 | 3 | 1. Clone source into ~/homebrew/plugins 4 | 2. Run `pnpm i` (to install dependencies) 5 | 3. Run `pnpm run build` (to build it), both in the backend/frontend folder of the plugingi 6 | -------------------------------------------------------------------------------- /docs/steamos-install-standard.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/docs/steamos-install-standard.odt -------------------------------------------------------------------------------- /docs/steamos-install-standard.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/docs/steamos-install-standard.pdf -------------------------------------------------------------------------------- /ext-installers/brutal-doom/brutaldoom-launch.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=0.1.1 3 | Name=Brutal Doom 4 | Comment=Launcher for gzdoom 5 | Exec=/usr/bin/brutaldoom-launcher 6 | Icon=gzdoom 7 | Terminal=false 8 | Type=Application 9 | Categories=Game; 10 | Name[en_US]=gzdoom 11 | -------------------------------------------------------------------------------- /ext-installers/brutal-doom/gzdoom-launch.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=0.1.1 3 | Name=GZDoom (Custom) 4 | Comment=Launcher for gzdoom 5 | Exec=/usr/bin/gzdoom-launch 6 | Icon=gzdoom 7 | Terminal=false 8 | Type=Application 9 | Categories=Game; 10 | Name[en_US]=gzdoom 11 | -------------------------------------------------------------------------------- /ext-installers/install-emudeck.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_release.sh | sh 3 | -------------------------------------------------------------------------------- /ext-installers/io_eliteforce-1.37.run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/ext-installers/io_eliteforce-1.37.run -------------------------------------------------------------------------------- /ext-installers/quake4-linux-1.4.2.x86.run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/ext-installers/quake4-linux-1.4.2.x86.run -------------------------------------------------------------------------------- /game-fixes/assault_android_cactus/game0a.sav: -------------------------------------------------------------------------------- 1 | / ?& 9o@k8, ~Pf! 9%# y}o9:(#>dUy. $nBG$nCG$!? f} -------------------------------------------------------------------------------- /game-fixes/rocket-league/xb360-wired/xinput1_3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/game-fixes/rocket-league/xb360-wired/xinput1_3.dll -------------------------------------------------------------------------------- /game-fixes/rocket-league/xb360-wired/xinput9_1_0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/game-fixes/rocket-league/xb360-wired/xinput9_1_0.dll -------------------------------------------------------------------------------- /game-fixes/rocket-league/xb360-wireless/x360ce.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/game-fixes/rocket-league/xb360-wireless/x360ce.ini -------------------------------------------------------------------------------- /game-fixes/rocket-league/xb360-wireless/xinput1_3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/game-fixes/rocket-league/xb360-wireless/xinput1_3.dll -------------------------------------------------------------------------------- /launchers/itchio-strace: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | rm -f /tmp/strace_itchio.log 3 | strace -o /tmp/strace_itchio.log /usr/bin/itch 4 | -------------------------------------------------------------------------------- /launchers/retroarch-debug: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | retroarch --menu --verbose >> $HOME/retroarch/log.txt 2>&1 3 | -------------------------------------------------------------------------------- /launchers/retroarch-src: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # launch retroarch based on current user so we use the right cfg file 4 | retroarch --config "$HOME/.config/retroarch/retroarch.cfg" --menu 5 | -------------------------------------------------------------------------------- /scripts/playonlinux/readme.md: -------------------------------------------------------------------------------- 1 | # About 2 | List of WIP or completed scripts/helpers for PlayOnLinux 3 | 4 | # Resources 5 | 6 | * [How to contribute a script](http://wiki.playonlinux.com/index.php/How_to_Contribute_a_Script) 7 | * [List of POL script functions](http://wiki.playonlinux.com/index.php/Scripting_-_Chapter_11:_List_of_Functions) 8 | -------------------------------------------------------------------------------- /tests/update-repo.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Description: test repo update for one repo only 3 | update_repo() { 4 | sudo apt-get update -o Dir::Etc::sourcelist="sources.list.d/$1.list" \ 5 | -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" 6 | } 7 | 8 | update_repo steamos-tools 9 | 10 | -------------------------------------------------------------------------------- /utilities/ds4-tools/ds4-udev.rule: -------------------------------------------------------------------------------- 1 | # Set First DualShock 4 LED color 2 | 3 | ACTION=="add", SUBSYSTEM=="input", ATTRS{uniq}=="CHANGEME" RUN+="/usr/local/bin/ds4led '%p' 000100" 4 | -------------------------------------------------------------------------------- /utilities/ds4-tools/openrgb-ds4.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | -------------------------------------------------------------------------------- /utilities/gdrive-path-sync/systemd/sync-folder-linker.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Regulary checks for and symlinks new screenshots to ~/.steam_screenshots 3 | 4 | [Service] 5 | ExecStart=%h/steam-screenshot-sync/symlink-screenshots.sh 6 | 7 | [Install] 8 | WantedBy=multi-user.target 9 | -------------------------------------------------------------------------------- /utilities/gdrive-path-sync/systemd/sync-folder-linker.timer: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Timer for Steam screenshot sync symlinker service 3 | 4 | [Timer] 5 | OnBootSec=30s 6 | OnUnitActiveSec=30s 7 | Unit=sync-screenshots-linker.service 8 | Persistent=true 9 | 10 | [Install] 11 | WantedBy=timers.target 12 | -------------------------------------------------------------------------------- /utilities/gdrive-path-sync/systemd/sync-folder.path: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Sync Steam Screenshots 3 | 4 | [Path] 5 | PathModified=%h/.steam-screenshots 6 | Unit=sync-screenshots.service 7 | 8 | [Install] 9 | WantedBy=default.target 10 | -------------------------------------------------------------------------------- /utilities/gdrive-path-sync/systemd/sync-folder.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Sync Steam Screenshots 3 | 4 | [Service] 5 | Type=oneshot 6 | ExecStart=%h/steam-screenshot-sync/sync-screenshots.sh run 7 | 8 | [Install] 9 | WantedBy=multi-user.target 10 | -------------------------------------------------------------------------------- /utilities/run-skyscraper.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | user=$1 4 | pass=$2 5 | system=$3 6 | 7 | Skyscraper \ 8 | -f emulationstation \ 9 | -s screenscraper \ 10 | -u $user:$pass \ 11 | -i ~/Emulation/roms/$system \ 12 | -g ~/Emulation/roms/$system \ 13 | -o ~/Emulation/roms/$system \ 14 | -p $system 15 | 16 | -------------------------------------------------------------------------------- /utilities/steam-deck/run-decky-cloud-save.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | hostname=$(cat /etc/hostname) 4 | ~/homebrew/plugins/decky-cloud-save/rclone copy \ 5 | --filter-from ~/homebrew/settings/decky-cloud-save/sync_paths_filter.txt \ 6 | / backend:decky-cloud-save-${hostname} \ 7 | --copy-links --verbose --verbose 8 | -------------------------------------------------------------------------------- /utilities/steam-screenshot-sync/systemd/sync-screenshots-linker.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Regulary checks for and symlinks new screenshots to ~/.steam_screenshots 3 | 4 | [Service] 5 | ExecStart=%h/steam-screenshot-sync/symlink-screenshots.sh 6 | 7 | [Install] 8 | WantedBy=multi-user.target 9 | -------------------------------------------------------------------------------- /utilities/steam-screenshot-sync/systemd/sync-screenshots-linker.timer: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Timer for Steam screenshot sync symlinker service 3 | 4 | [Timer] 5 | OnBootSec=30s 6 | OnUnitActiveSec=30s 7 | Unit=sync-screenshots-linker.service 8 | Persistent=true 9 | 10 | [Install] 11 | WantedBy=timers.target 12 | -------------------------------------------------------------------------------- /utilities/steam-screenshot-sync/systemd/sync-screenshots.path: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Sync Steam Screenshots 3 | 4 | [Path] 5 | PathModified=%h/.steam-screenshots 6 | Unit=sync-screenshots.service 7 | 8 | [Install] 9 | WantedBy=default.target 10 | -------------------------------------------------------------------------------- /utilities/steam-screenshot-sync/systemd/sync-screenshots.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Sync Steam Screenshots 3 | 4 | [Service] 5 | Type=oneshot 6 | ExecStart=%h/steam-screenshot-sync/sync-screenshots.sh run 7 | 8 | [Install] 9 | WantedBy=multi-user.target 10 | -------------------------------------------------------------------------------- /utilities/steam-vdf.py: -------------------------------------------------------------------------------- 1 | print("This has moved to https://github.com/mdeguzis/steam-vdf") 2 | -------------------------------------------------------------------------------- /utilities/switch-to-gnome.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Change session type 4 | dbus-send --system --type=method_call --print-reply --dest=org.freedesktop.Accounts /org/freedesktop/Accounts/User1001 org.freedesktop.Accounts.User.SetXSession string:gnome 5 | 6 | # Kill steam in order to quit current session 7 | killall -9 steam 8 | -------------------------------------------------------------------------------- /utilities/update-software/shellcheck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/utilities/update-software/shellcheck -------------------------------------------------------------------------------- /utilities/wine/old/.xsessionrc: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Do not remove this or the Valve bug reporter will break. 3 | chmod 640 ~/.Xauthority 4 | 5 | xset -dpms s off 6 | # xterm & 7 | wgame=$(head -n1 //tmp/wgname) 8 | sh /home/wine/shutdown-wine-game.sh & 9 | sh /home/wine/wingame/$wgame.sh & 10 | -------------------------------------------------------------------------------- /utilities/wine/old/shutdown-wine-game.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # This is some secure program that uses security. 3 | 4 | sleep 35 5 | until pgrep -lf 'rungameid'; do 6 | sleep 25 7 | done 8 | while pgrep -lf 'steamapps'; do 9 | sleep 10 10 | done 11 | killall feh & 12 | returntosteam.sh 13 | -------------------------------------------------------------------------------- /utilities/wine/old/steam-wine-session: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | killall shutdown-wine-game.sh 3 | xfwm4 --replace --compositor=off --sm-client-disable & 4 | start-pulseaudio-x11 & 5 | feh -F --b -x --auto-zoom /home/steam/Pictures/steamos3.jpg 6 | -------------------------------------------------------------------------------- /utilities/wine/old/switch-to-wine.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | dbus-send --system --print-reply --dest=org.freedesktop.DisplayManager /org/freedesktop/DisplayManager/Seat0 org.freedesktop.DisplayManager.Seat.SwitchToUser string:'wine' string:'' 3 | -------------------------------------------------------------------------------- /utilities/x360ce/x360ce_i386.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/utilities/x360ce/x360ce_i386.zip -------------------------------------------------------------------------------- /utilities/x360ce/x360ce_x86_64.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdeguzis/SteamOS-Tools/6773cd12628bde29c47691b787858191e7c8609a/utilities/x360ce/x360ce_x86_64.zip --------------------------------------------------------------------------------