File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 3 ,
33 "name" : " Feedly Read Later Opener" ,
4- "version" : " 0.1 .0" ,
4+ "version" : " 0.2 .0" ,
55 "description" : " Open Feedly Read Later items in background tabs and unsave them." ,
66 "icons" : {
77 "16" : " icons/icon-16.png" ,
1919 "default_popup" : " popup.html" ,
2020 "default_title" : " Feedly Read Later Opener"
2121 },
22- "permissions" : [" storage" , " tabs" , " scripting" ],
23- "host_permissions" : [" https://feedly.com/*" ],
22+ "permissions" : [
23+ " storage" ,
24+ " tabs" ,
25+ " scripting"
26+ ],
27+ "host_permissions" : [
28+ " https://feedly.com/*"
29+ ],
2430 "web_accessible_resources" : [
2531 {
26- "resources" : [" content.js" ],
27- "matches" : [" https://feedly.com/*" ]
32+ "resources" : [
33+ " content.js"
34+ ],
35+ "matches" : [
36+ " https://feedly.com/*"
37+ ]
2838 }
2939 ],
3040 "content_scripts" : [
3343 " https://feedly.com/i/board/content/user/*/tag/global.saved*" ,
3444 " https://feedly.com/i/read-later*"
3545 ],
36- "js" : [" content.js" ]
46+ "js" : [
47+ " content.js"
48+ ]
3749 }
3850 ]
3951}
You can’t perform that action at this time.
0 commit comments