You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current profiles.ini structure example as of Firefox version 69.0.1
301
+
302
+
[Install736426B0AF4A39CB]
303
+
Default=Profiles/7789f565.default-release <== this is the default profile this plugin will get the bookmarks from. When opened Firefox will load the default profile
304
+
Locked=1
305
+
306
+
[Profile2]
307
+
Name=newblahprofile
308
+
IsRelative=0
309
+
Path=C:\t6h2yuq8.newblahprofile <== Note this is a custom location path for the profile user can set, we need to cater for this in code.
310
+
311
+
[Profile1]
312
+
Name=default
313
+
IsRelative=1
314
+
Path=Profiles/cydum7q4.default
315
+
Default=1
316
+
317
+
[Profile0]
318
+
Name=default-release
319
+
IsRelative=1
320
+
Path=Profiles/7789f565.default-release
321
+
322
+
[General]
323
+
StartWithLastProfile=1
324
+
Version=2
325
+
*/
298
326
// Seen in the example above, the IsRelative attribute is always above the Path attribute
0 commit comments