-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
35 lines (35 loc) · 878 Bytes
/
manifest.json
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
{
"manifest_version": 3,
"name": "rsstodolist",
"version": "1.8.2",
"description": "Send links to rsstodolist - https://rsstodolist.eu/",
"homepage_url": "https://github.com/paulgreg/rsstodolist-addon",
"icons": {
"16": "imgs/rss16.png",
"48": "imgs/rss48.png",
"96": "imgs/rss96.png",
"128": "imgs/rss.png"
},
"permissions": [
"activeTab",
"notifications",
"storage",
"contextMenus"
],
"host_permissions": [
"*://*/*"
],
"background": {
"page": "background-page.html"
},
"action": {
"default_icon": "imgs/rss.png",
"default_title": "rsstodolist",
"default_popup": "index.html"
},
"browser_specific_settings": {
"gecko": {
"id": "jid0-fsmvHJm6vogjlOsg61W1N560CwA@jetpack"
}
}
}