1+ {
2+ "manifest_version" : 3 ,
3+ "name" : " Pixely Sort & Save" ,
4+ "version" : " 1.1.0" ,
5+ "description" : " Salva imagens rapidamente em subpastas com nome aleatório." ,
6+ "permissions" : [
7+ " downloads" ,
8+ " downloads" ,
9+ " contextMenus" ,
10+ " storage" ,
11+ " activeTab"
12+ ],
13+ "background" : {
14+ "service_worker" : " scripts/background.js"
15+ },
16+ "host_permissions" : [
17+ " <all_urls>" ,
18+ " https://content.dropboxapi.com/*"
19+ ],
20+ "action" : {
21+ "default_popup" : " ./pages/index.html" ,
22+ "default_title" : " Pixely Sort & Save" ,
23+ "default_icon" : {
24+ "16" : " icons/iconx16.png" ,
25+ "32" : " icons/iconx32.png" ,
26+ "48" : " icons/iconx48.png" ,
27+ "64" : " icons/iconx64.png" ,
28+ "72" : " icons/iconx72.png" ,
29+ "128" : " icons/iconx128.png" ,
30+ "256" : " icons/iconx256.png"
31+ }
32+ },
33+ "content_scripts" : [
34+ {
35+ "matches" : [" <all_urls>" ],
36+ "js" : [" lib/browser-polyfill.min.js" , " scripts/content_script.js" ]
37+ }
38+ ],
39+ "options_ui" : {
40+ "page" : " ./pages/options.html" ,
41+ "open_in_tab" : true
42+ },
43+ "icons" : {
44+ "16" : " icons/iconx16.png" ,
45+ "32" : " icons/iconx32.png" ,
46+ "48" : " icons/iconx48.png" ,
47+ "64" : " icons/iconx64.png" ,
48+ "72" : " icons/iconx72.png" ,
49+ "128" : " icons/iconx128.png" ,
50+ "256" : " icons/iconx256.png"
51+ }
52+ }
0 commit comments