-
-
Notifications
You must be signed in to change notification settings - Fork 882
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial notes on publishing procedures
- Loading branch information
1 parent
c3cd231
commit 3b7e579
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
|
||
|
||
#Chrome | ||
|
||
`gulp build -b chrome` > `/dist/chrome` | ||
|
||
**Upload at:** https://chrome.google.com/webstore/developer/dashboard | ||
|
||
Info: https://developer.chrome.com/webstore/publish | ||
|
||
#Firefox | ||
|
||
`gulp build -b firefox` > `/dist/firefox` | ||
|
||
Upload at: https://addons.mozilla.org/en-US/developers/addon/submit/1 | ||
|
||
Info: https://developer.mozilla.org/en-US/Add-ons/Distribution | ||
|
||
#Safari | ||
Info: https://developer.apple.com/library/safari/documentation/Tools/Conceptual/SafariExtensionGuide/DistributingYourExtension/DistributingYourExtension.html | ||
|
||
# Safari 8 - Self-distribute | ||
|
||
`gulp build -b safari` > `/dist/RES.safariextension` | ||
|
||
1. Safari > Develop > Show extension builder | ||
1. Build package | ||
1. Upload .safariextz package to redditenhancementsuite.com | ||
1. Update the redditnehancementsuite.com update manifest. | ||
|
||
# Safari 9+ - Gallery | ||
|
||
Follow Safari 8 rules, then submit to gallery: | ||
https://developer.apple.com/safari/extensions/submission/ | ||
|
||
|
||
#Opera | ||
|
||
https://addons.opera.com/developer/ | ||
|
||
# Opera 20+ | ||
|
||
https://addons.opera.com/developer/ | ||
|
||
`gulp build -b oblink` > `/dist/oblink` | ||
|
||
Opera20 does have a "Pack extension" button on the extensions page, next to "Load unpacked extension" | ||
|
||
"Navigator" is Opera's internal name for Opera20+ | ||
|
||
# Opera 12.17 | ||
|
||
https://addons.opera.com/developer/ | ||
|
||
`gulp build -b opera` > `/dist/opera` | ||
|
||
|
||
"Opera" is Opera's internal name for Opera12 |