manifest.json (360B)
1 { 2 "manifest_version": 2, 3 4 "browser_specific_settings": { 5 "gecko": { 6 "id": "firefox-compact-dark@mozilla.org" 7 } 8 }, 9 10 "name": "Dark", 11 "description": "A theme with a dark color scheme.", 12 "author": "Mozilla", 13 "version": "1.3.4", 14 15 "icons": { "32": "icon.svg" }, 16 "theme": { 17 "properties": { 18 "color_scheme": "dark" 19 } 20 } 21 }