blob: fffe8bfa090ebba2604f36d199803327fe0c0359 (
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
|
{
"name": "Google Photos",
"scope": ["google.com"],
"plugins": [],
"home": "https://photos.google.com/",
"icon": "/usr/share/pixmaps/google-photos-desktop.svg",
"saveSession": false,
"menu": [
{
"title": "Albums",
"action": "https://photos.google.com/albums"
},
{
"title": "Assistant",
"action": "https://photos.google.com/assistant"
},
{
"title": "Sharing",
"action": "https://photos.google.com/sharing"
},
{
"title": "Settings",
"action": "https://photos.google.com/settings"
}
]
}
|