11{
2- "name" : " Smart RSS" ,
3- "developer" : {
4- "name" : " zakius"
5- },
6- "description" : " RSS Reader" ,
7- "manifest_version" : 2 ,
8- "version" : " 2.25.1" ,
9- "background" : {
10- "page" : " index.html"
11- },
12- "permissions" : [
13- " unlimitedStorage" ,
14- " alarms" ,
15- " tabs" ,
16- " contextMenus" ,
17- " <all_urls>" ,
18- " *://*/*" ,
19- " https://code.fb.com/*" ,
20- " https://dev.opera.com/*" ,
21- " webRequest" ,
22- " webRequestBlocking" ,
23- " notifications"
24- ],
25- "content_security_policy" : " default-src * 'self' data: 'unsafe-inline'; script-src 'self'; style-src * 'self' data: 'unsafe-inline'; img-src * 'self' data:; object-src 'self'" ,
26- "browser_action" : {
27- "default_title" : " Smart RSS" ,
28- "default_icon" : {
29- "19" : " images/reload_anim_1.png"
30- }
31- },
32- "content_scripts" : [
33- {
34- "matches" : [" <all_urls>" ],
35- "run_at" : " document_end" ,
36- "js" : [" rssDetector/scan.js" ]
37- }
38- ],
39- "options_ui" : {
40- "page" : " options.html" ,
41- "open_in_tab" : true
42- },
43- "icons" : {
44- "19" : " images/icon19-arrow-orange.png" ,
45- "48" : " images/48-inverted-round.png" ,
46- "64" : " images/64-inverted-round.png" ,
47- "96" : " images/96-inverted-round.png" ,
48- "128" : " images/128-inverted-round.png"
49- },
50- "commands" : {
51- "_execute_browser_action" : {
52- "suggested_key" : {
53- "windows" : " Ctrl+Shift+R" ,
54- "mac" : " Command+Shift+R" ,
55- "chromeos" : " Ctrl+Shift+R" ,
56- "linux" : " Ctrl+Shift+R"
57- }
58- }
59- },
60- "browser_specific_settings" : {
61- "gecko" : {
62- "id" : " smart-rss@mozilla.firefox"
63- }
2+ "name" : " Smart RSS" ,
3+ "developer" : {
4+ "name" : " zakius"
5+ },
6+ "description" : " RSS Reader" ,
7+ "manifest_version" : 2 ,
8+ "version" : " 2.26.0" ,
9+ "background" : {
10+ "page" : " index.html"
11+ },
12+ "permissions" : [
13+ " unlimitedStorage" ,
14+ " alarms" ,
15+ " tabs" ,
16+ " contextMenus" ,
17+ " <all_urls>" ,
18+ " *://*/*" ,
19+ " https://code.fb.com/*" ,
20+ " https://dev.opera.com/*" ,
21+ " webRequest" ,
22+ " webRequestBlocking" ,
23+ " notifications"
24+ ],
25+ "content_security_policy" : " default-src * 'self' data: 'unsafe-inline'; script-src 'self'; style-src * 'self' data: 'unsafe-inline'; img-src * 'self' data:; object-src 'self'" ,
26+ "browser_action" : {
27+ "default_title" : " Smart RSS" ,
28+ "default_icon" : {
29+ "19" : " images/reload_anim_1.png"
6430 }
65- }
31+ },
32+ "content_scripts" : [
33+ {
34+ "matches" : [
35+ " <all_urls>"
36+ ],
37+ "run_at" : " document_end" ,
38+ "js" : [
39+ " rssDetector/scan.js"
40+ ]
41+ }
42+ ],
43+ "options_ui" : {
44+ "page" : " options.html" ,
45+ "open_in_tab" : true
46+ },
47+ "icons" : {
48+ "19" : " images/icon19-arrow-orange.png" ,
49+ "48" : " images/48-inverted-round.png" ,
50+ "64" : " images/64-inverted-round.png" ,
51+ "96" : " images/96-inverted-round.png" ,
52+ "128" : " images/128-inverted-round.png"
53+ },
54+ "commands" : {
55+ "_execute_browser_action" : {
56+ "suggested_key" : {
57+ "windows" : " Ctrl+Shift+R" ,
58+ "mac" : " Command+Shift+R" ,
59+ "chromeos" : " Ctrl+Shift+R" ,
60+ "linux" : " Ctrl+Shift+R"
61+ }
62+ }
63+ },
64+ "browser_specific_settings" : {
65+ "gecko" : {
66+ "id" : " smart-rss@mozilla.firefox"
67+ }
68+ }
69+ }
0 commit comments