Skip to content

Commit df7e418

Browse files
committed
Bump Extension.js
1 parent 1d93c20 commit df7e418

5 files changed

Lines changed: 720 additions & 2193 deletions

File tree

examples/content-react/src/content/ContentApp.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export default function ContentApp() {
5858
</div>
5959
<h2 className="text-3xl font-bold tracking-tight text-white sm:text-4xl">
6060
This is a content script running React, TypeScript, and Tailwind.css
61-
Live Update Proof 21
6261
</h2>
6362
<p className="mt-6 text-lg leading-8 text-gray-300">
6463
Learn more about creating cross-browser extensions by{' '}

examples/content-react/src/content/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.content_script {
44
position: fixed;
5-
bottom: 640px;
6-
right: 640px;
5+
bottom: 0;
6+
right: 0;
77
z-index: 99999;
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@types/chrome": "^0.0.287",
8989
"@types/node": "^22.10.1",
9090
"eslint": "^9.16.0",
91-
"extension": "3.14.5",
91+
"extension": "3.14.5-canary.286.11bf7c6",
9292
"globals": "^15.13.0",
9393
"knip": "^5.33.0",
9494
"lint-staged": "16.1.0",

0 commit comments

Comments
 (0)