#Is there a way to sideload a Zen Mod in development before submitting it?

2 messages ยท Page 1 of 1 (latest)

wintry canopy
#

I'm currently putting together a Zen Mod for changing tab text size and I know the CSS to change the tab works, but wanted to test the preferences options and make sure they work as well. I tried copying an existing mod's folder and put my things in it, but Zen doesn't pick it up. Is there something I'm missing?

wintry canopy
#

nvm. Figured out how to do it:

  1. Upload your code to your Github repository.
  2. Go to your profile directory (ex. ~/Library/Application Support/zen/Profiles/fdsa112a.default)
  3. Go to chrome/zen-themes
  4. Copy and paste one of the folders, and rename the UUID to something different (ex. e4faf306-61b1-4785-8678-7bdee9dc2564 becomes e4faf306-61b1-4785-8678-7bdee9dc2565)
  5. Add your chrome.css, readme.md, and properties.json (if you have one) to the folder.
  6. Go back to your profile directory and edit zen-themes.css
  7. Copy the JSON for one of the themes (I chose the last one in the list), add a comma after the section's curly bracket, hit enter and hit paste.
  8. Change the section name to match the folder you created in step 4, and add links to the files you added to Github.

When you're done it should look like the attached screenshot. Now you should be able to see your mod and test it in the Zen Mods section prior to submission.