summaryrefslogtreecommitdiffstats
path: root/toolkit/components/places/tests/unit/mobile_bookmarks_root_import.json
blob: 33908e1fea36de057974e9575f02b8f088aeda5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
  "guid": "root________",
  "title": "",
  "index": 0,
  "dateAdded": 1475084731479000,
  "lastModified": 1475084731479000,
  "id": 1,
  "type": "text/x-moz-place-container",
  "root": "placesRoot",
  "children": [
    {
      "guid": "menu________",
      "title": "Bookmarks Menu",
      "index": 0,
      "dateAdded": 1475084731479000,
      "lastModified": 1475084731768000,
      "id": 2,
      "type": "text/x-moz-place-container",
      "root": "bookmarksMenuFolder",
      "children": [
        {
          "guid": "X6lUyOspVYwi",
          "title": "Test Pilot",
          "index": 0,
          "dateAdded": 1475084731768000,
          "lastModified": 1475084731768000,
          "id": 3,
          "type": "text/x-moz-place",
          "uri": "https://testpilot.firefox.com/"
        }
      ]
    },
    {
      "guid": "toolbar_____",
      "title": "Bookmarks Toolbar",
      "index": 1,
      "dateAdded": 1475084731479000,
      "lastModified": 1475084731742000,
      "id": 4,
      "type": "text/x-moz-place-container",
      "root": "toolbarFolder"
    },
    {
      "guid": "unfiled_____",
      "title": "Other Bookmarks",
      "index": 3,
      "dateAdded": 1475084731479000,
      "lastModified": 1475084731742000,
      "id": 5,
      "type": "text/x-moz-place-container",
      "root": "unfiledBookmarksFolder"
    },
    {
      "guid": "mobile______",
      "title": "Mobile Bookmarks",
      "index": 4,
      "dateAdded": 1475084731479000,
      "lastModified": 1475084731770000,
      "id": 6,
      "annos": [
        { "name": "mobile/bookmarksRoot", "flags": 0, "expires": 4, "value": 1 }
      ],
      "type": "text/x-moz-place-container",
      "root": "mobileFolder",
      "children": [
        {
          "guid": "_o8e1_zxTJFg",
          "title": "Get Firefox!",
          "index": 0,
          "dateAdded": 1475084731769000,
          "lastModified": 1475084731769000,
          "id": 7,
          "type": "text/x-moz-place",
          "uri": "http://getfirefox.com/"
        },
        {
          "guid": "QCtSqkVYUbXB",
          "title": "Get Thunderbird!",
          "index": 1,
          "dateAdded": 1475084731770000,
          "lastModified": 1475084731770000,
          "id": 8,
          "type": "text/x-moz-place",
          "uri": "http://getthunderbird.com/"
        }
      ]
    }
  ]
}