Skip to content

Commit c9ee12d

Browse files
authored
Merge pull request #133 from patuwwy/popup-update
Update popup
2 parents ff8f9c6 + 7753fa9 commit c9ee12d

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## ShaderToy extension changelog:
1+
## ShaderToy extension changelog (major changes only):
22

33
- 0.13.215 (30-11-2020)
44

55
- Add code completion and color picker extentions to code editor
66

77
- 0.13.201 (28-11-2020)
88

9-
- Temporary fix for resoultion decrease. (doesn't change resoltion when entering fullscreen)
9+
- Temporary fix for resoultion decrease. (doesn't change resolution when entering fullscreen)
1010

1111
- 0.13.200
1212

app/background.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
chrome.runtime.onInstalled.addListener(function(d) {
1313
if (d.reason === 'install') {
1414
chrome.tabs.create({
15-
url: 'https://github.com/patuwwy/ShaderToy-Chrome-Plugin'
15+
url: 'https://github.com/patuwwy/ShaderToy-Chrome-Plugin/blob/master/CHANGELOG.md'
1616
});
1717
}
1818
});

app/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Shadertoy unofficial plugin.",
4-
"version": "0.13.234",
4+
"version": "0.13.237",
55
"description": "Shadertoy.com unofficial plugin.",
66
"homepage_url": "https://github.com/patuwwy/ShaderToy-Chrome-Plugin",
77
"background": {

app/popup.html

+1-9
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,7 @@
228228
</head>
229229
<body>
230230
<div class="wrapper">
231-
<header>
232-
<iframe frameborder="0" src="https://www.shadertoy.com/embed/3djSRd?gui=false&t=10&paused=false&muted=true"></iframe>
233-
<h1>
234-
<b>
235-
Shadertoy extension
236-
</b>
237-
</h1>
238-
<p class="title-subtext">With &lt3 by <a href="http://patrykfalba.pl">Patu[Futuris^AberrationCreations]</a></p>
239-
</header>
231+
<iframe frameborder="0" src="https://www.shadertoy.com/embed/3djSRd?gui=false&t=10&paused=false&muted=true"></iframe>
240232
<section class="settings">
241233
<ul>
242234
<li title="Shows shaders on Your page in a grid, with big previews">

0 commit comments

Comments
 (0)