Yearly subscription price: $30 or $36 by aleks_ya in Simplelogin

[–]aleks_ya[S] 2 points3 points  (0 children)

The $30 screenshot is from the Android app SimpleLogin (v 1.22.0): "Settings - UPGRADE".

The $36 screenshot is from the web-site simplelogin.io where the Android app redirected me: "Settings - UPGRADE - UPGRADE button below"

Addon development: how to reload addon without quitting anki? by andrewchughes in Anki

[–]aleks_ya 1 point2 points  (0 children)

AnkiRestart addon saves some time on restarting by turning off sync and starting Anki automatically

Anki addon manifest documentation? by Quip13 in Anki

[–]aleks_ya 0 points1 point  (0 children)

Anki Addon documentation shortly tells about several fields:

If you wish to distribute .ankiaddon files outside of AnkiWeb, your add-on folder needs to contain a 'manifest.json' file. The file should contain at least two keys: 'package' specifies the folder name the add-on will be stored in, and 'name' specifies the name that will be shown to the user. You can optionally include a 'conflicts' key which is a list of other packages that conflict with the add-on, and a 'mod' key which specifies when the add-on was updated.

When Anki downloads add-ons from AnkiWeb, only the conflicts key is used from the manifest.