Skip to content

Commit 065af17

Browse files
committed
Released version 1.3.3.
1 parent 2e4e231 commit 065af17

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

chromemanifest.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
22
"manifest_version": 2,
33
"name": "Colab Autorun and Connect",
4-
"version": "1.3.1",
4+
"version": "1.3.3",
55
"author": "Teal Dulcet and Daniel Connelly",
66

77
"description": "Automatically connect, reconnect and optionally run the first cell of notebooks in Google Colab.",
88
"homepage_url": "https://github.com/tdulcet/Colab-Autorun-and-Connect",
99

1010
"page_action": {
11-
"browser_style": true,
12-
"chrome_style": true,
1311
"default_icon": {
1412
"32": "icons/icon_32.png",
1513
"64": "icons/icon_64.png",
@@ -19,9 +17,7 @@
1917
"default_popup": "popup.html"
2018
},
2119
"options_ui": {
22-
"page": "options/options.html",
23-
"browser_style": true,
24-
"chrome_style": true
20+
"page": "options/options.html"
2521
},
2622
"background": {
2723
"page": "background.html"

manifest.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"manifest_version": 2,
33
"name": "Colab Autorun and Connect",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"author": "Teal Dulcet and Daniel Connelly",
66

77
"description": "Automatically connect, reconnect and optionally run the first cell of notebooks in Google Colab.",
88
"homepage_url": "https://github.com/tdulcet/Colab-Autorun-and-Connect",
99

1010
"page_action": {
11-
"browser_style": true,
1211
"default_icon": {
1312
"32": "icons/icon_32.png",
1413
"64": "icons/icon_64.png",
@@ -18,8 +17,7 @@
1817
"default_popup": "popup.html"
1918
},
2019
"options_ui": {
21-
"page": "options/options.html",
22-
"browser_style": true
20+
"page": "options/options.html"
2321
},
2422
"background": {
2523
"scripts": ["background.js"],

popup.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@import "/common/modules/AutomaticSettings/css/photonOptions.css";
22

3-
body {
3+
html {
4+
font: caption;
45
width: max-content;
56
}
67

0 commit comments

Comments
 (0)