File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 8
8
- package.json
9
9
- manifest.json
10
10
- commit and tag (` git tag {version} ` )
11
- - Run ` gulp buildExtension ` . This will generate a zip - ` extension-{version}.zip `
12
- - Test out extension-{version}.zip
13
- - If everything is good, push to master
11
+ - Conditional code changes for extension:
12
+ - Remove base tag from index.ejs
13
+ - Remove auth code for signInWithPopup
14
+ - Remove ga.js loading in analytics.js and add window.ga = () => {};
15
+ - Remove lemonsqueezy.js script loading from useCheckout.js
16
+ - Change import from 'firebase/auth' to 'firebase/auth/web-extension'
17
+ - Run ` gulp buildExtension ` . This will generate a folder called ` extension ` .
18
+ - Test out the extension by loading the ` extension ` folder.
19
+ - If everything is good, push to master.
20
+ - Zip the folder and submit to webstore.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Web Maker" ,
3
- "version" : " 6.3.1 " ,
3
+ "version" : " 6.3.3 " ,
4
4
"manifest_version" : 3 ,
5
5
"description" : " Blazing fast & offline playground for your web experiments" ,
6
6
"homepage_url" : " https://webmaker.app" ,
Original file line number Diff line number Diff line change 35
35
< body >
36
36
< h3 >
37
37
Settings
38
- < span style ="opacity: 0.6; font-size: 0.7em "> v6.3.1 </ span >
38
+ < span style ="opacity: 0.6; font-size: 0.7em "> v6.3.3 </ span >
39
39
</ h3 >
40
40
< form name ="optionsForm ">
41
41
< label >
You can’t perform that action at this time.
0 commit comments