Skip to content

Commit

Permalink
Adding and updating graphics for initial version of chrome extension …
Browse files Browse the repository at this point in the history
…package.
  • Loading branch information
MarioGiancini committed Dec 17, 2019
1 parent 2f33e20 commit ef3a083
Show file tree
Hide file tree
Showing 22 changed files with 678 additions and 30 deletions.
6 changes: 4 additions & 2 deletions extension/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,16 @@
}

.panel.is-primary .panel-heading .app-title {
align-items: center;
display: flex;
flex: 1;
font-weight: 300;
letter-spacing: 10px;
text-transform: uppercase;
}

.panel.is-primary .panel-heading .app-title i {
margin-right: 5px;
.panel.is-primary .panel-heading .app-title svg {
margin-right: 20px;
}

.panel.is-primary .panel-heading .app-version {
Expand Down
Binary file modified extension/images/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified extension/images/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified extension/images/icon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified extension/images/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 12 additions & 24 deletions extension/images/soundboard-synth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Soundboard Synth",
"version": "1.0",
"description": "Discover and manipulate sounds on websites and play them back with ease by mapping sounds to your keyboard.",
"version": "1.0.0",
"description": "Discover and manipulate sounds on websites and play them back easily by pressing keys on your keyboard.",
"permissions": ["activeTab", "storage", "tabs", "notifications"],
"options_page": "options.html",
"content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
Expand Down
18 changes: 17 additions & 1 deletion extension/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,23 @@
<nav class="navbar is-fixed-top is-primary">
<div class="navbar-brand">
<a class="navbar-item" href="https://soundboardsynth.com" target="_blank" title="Soundboard Synth">
<i class="fad fa-waveform-path fa-2x"></i>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 640 640" style="height: 40px;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<g id="Soundboard_Synth_Icon">
<g>
<path class="st0" d="M139.1,521c58.9,0,103.8-114.5,143.4-215.6C334,174.2,387.2,38.6,500.9,38.6c55.7,0,102.6,38.7,139.1,86.8
V69.9C640,31.3,608.7,0,570.1,0H69.9C31.3,0,0,31.3,0,69.9v275.8C30.3,427.4,91.6,521,139.1,521z"/>
<path class="st0" d="M500.9,119c-58.9,0-103.8,114.5-143.4,215.6C306,465.8,252.8,601.4,139.1,601.4
c-55.7,0-102.6-38.7-139.1-86.8v55.6C0,608.7,31.3,640,69.9,640h500.3c38.6,0,69.9-31.3,69.9-69.9V294.3
C609.7,212.6,548.4,119,500.9,119z"/>
</g>
</g>
</svg>
</a>

<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="settingsNav">
Expand Down
21 changes: 20 additions & 1 deletion extension/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,26 @@
<div class="container">
<article class="panel is-primary">
<div class="panel-heading">
<span class="app-title"><i class="fad fa-waveform-path"></i>Soundboard Synth</span>
<span class="app-title">
<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 640 640" style="height: 40px;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<g id="Soundboard_Synth_Icon">
<g>
<path class="st0" d="M139.1,521c58.9,0,103.8-114.5,143.4-215.6C334,174.2,387.2,38.6,500.9,38.6c55.7,0,102.6,38.7,139.1,86.8
V69.9C640,31.3,608.7,0,570.1,0H69.9C31.3,0,0,31.3,0,69.9v275.8C30.3,427.4,91.6,521,139.1,521z"/>
<path class="st0" d="M500.9,119c-58.9,0-103.8,114.5-143.4,215.6C306,465.8,252.8,601.4,139.1,601.4
c-55.7,0-102.6-38.7-139.1-86.8v55.6C0,608.7,31.3,640,69.9,640h500.3c38.6,0,69.9-31.3,69.9-69.9V294.3
C609.7,212.6,548.4,119,500.9,119z"/>
</g>
</g>
</svg>

<span>Soundboard Synth</span>
</span>
<span class="app-version">v1.0.0</span>
</div>
<div class="panel-block" id="keyboard">
Expand Down
Binary file added large-tile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added large-tile.psd
Binary file not shown.
Binary file added marquee.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added marquee.psd
Binary file not shown.
Binary file added screenshot.psd
Binary file not shown.
Binary file added small-tile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added small-tile.psd
Binary file not shown.
23 changes: 23 additions & 0 deletions soundboard-synth-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added soundboard-synth-icon-128px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added soundboard-synth-icon-640px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ef3a083

Please sign in to comment.