11{
2- "manifest_version" : 2 ,
3- "name" : " Kutt" ,
4- "version" : " 1.0.4" ,
5- "description" : " URL Shortener" ,
6- "icons" : {
7- "16" : " assets/favicon-16.png" ,
8- "32" : " assets/favicon-32.png" ,
9- "48" : " assets/favicon-48.png" ,
10- "128" : " assets/favicon-128.png"
2+ "manifest_version" : 2 ,
3+ "name" : " Kutt" ,
4+ "version" : " 1.0.5" ,
5+ "description" : " URL Shortener" ,
6+ "icons" : {
7+ "16" : " assets/favicon-16.png" ,
8+ "32" : " assets/favicon-32.png" ,
9+ "48" : " assets/favicon-48.png" ,
10+ "128" : " assets/favicon-128.png"
11+ },
12+ "browser_action" : {
13+ "default_popup" : " popup.html" ,
14+ "default_icon" : {
15+ "16" : " assets/favicon-16.png" ,
16+ "32" : " assets/favicon-32.png" ,
17+ "48" : " assets/favicon-48.png" ,
18+ "128" : " assets/favicon-128.png"
1119 },
12- "browser_action" : {
13- "default_popup" : " popup.html" ,
14- "default_icon" : {
15- "16" : " assets/favicon-16.png" ,
16- "32" : " assets/favicon-32.png" ,
17- "48" : " assets/favicon-48.png" ,
18- "128" : " assets/favicon-128.png"
19- },
20- "default_title" : " Kutt" ,
21- "chrome_style" : false
22- },
23- "author" : " abhijithvijayan" ,
24- "background" : {
25- "persistent" : false ,
26- "scripts" : [
27- " js/background.js"
28- ]
29- },
30- "homepage_url" : " https://github.com/abhijithvijayan/kutt-extension" ,
31- "minimum_chrome_version" : " 49" ,
32- "content_security_policy" : " script-src 'self' 'unsafe-eval'; object-src 'self'" ,
33- "options_page" : " options.html" ,
34- "options_ui" : {
35- "page" : " options.html" ,
36- "chrome_style" : false ,
37- "open_in_tab" : true
38- },
39- "permissions" : [
40- " tabs" ,
41- " storage" ,
42- " clipboardRead" ,
43- " https://kutt.it/*/*"
44- ],
45- "short_name" : " Kutt"
46- }
20+ "default_title" : " Kutt" ,
21+ "chrome_style" : false
22+ },
23+ "author" : " abhijithvijayan" ,
24+ "background" : {
25+ "persistent" : false ,
26+ "scripts" : [" js/background.js" ]
27+ },
28+ "homepage_url" : " https://github.com/abhijithvijayan/kutt-extension" ,
29+ "minimum_chrome_version" : " 49" ,
30+ "content_security_policy" : " script-src 'self' 'unsafe-eval'; object-src 'self'" ,
31+ "options_page" : " options.html" ,
32+ "options_ui" : {
33+ "page" : " options.html" ,
34+ "chrome_style" : false ,
35+ "open_in_tab" : true
36+ },
37+ "permissions" : [" tabs" , " storage" , " clipboardRead" , " https://kutt.it/*/*" ],
38+ "short_name" : " Kutt"
39+ }
0 commit comments