File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const appReady = (async () => {
30
30
// Launch WELCOME PAGE on install
31
31
chrome . runtime . onInstalled . addListener ( details => {
32
32
if ( details . reason == 'install' ) // to exclude updates
33
- appReady . then ( ( { app } ) => chrome . tabs . create ( { url : app . urls . welcome } ) )
33
+ appReady . then ( ( { app } ) => chrome . tabs . create ( { url : app . urls . welcome + '/chromium' } ) )
34
34
} )
35
35
36
36
// Sync SETTINGS/MODES to activated tabs
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
< link rel ="preload " as ="image " href ="https://assets.chatgptwidescreen.com/images/screenshots/chrome/pin-instructions/large/step-1-2.png?v=412cf09 ">
10
10
< link rel ="preload " as ="image " href ="https://assets.chatgptwidescreen.com/images/screenshots/chrome/pin-instructions/large/step-3.png?v=80904b0 ">
11
11
< link rel ="icon " type ="image/x-icon " href ="https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon32.png?v=c12b806 ">
12
- < link rel ="stylesheet " href ="styles.css ">
12
+ < link rel ="stylesheet " href ="../assets/ styles.css ">
13
13
</ head >
14
14
< body >
15
15
< div class ="main ">
21
21
< p > Click the extension icon (3) to access settings (more appear if on AI site):</ p >
22
22
< img src ="https://assets.chatgptwidescreen.com/images/screenshots/chrome/pin-instructions/large/step-3.png?v=80904b0 " alt ="Click extension icon ">
23
23
</ div >
24
- < script src ="fade-elems.js "> </ script >
24
+ < script src ="../assets/ fade-elems.js "> </ script >
25
25
</ body >
26
26
< footer >
27
27
< div class ="footer-links "> < a href ="https://aiwebextensions.com "> More AI extensions</ a > </ div >
You can’t perform that action at this time.
0 commit comments