11{
2- "description" : " Eazy access for your StackOverflow account" ,
3- "manifest_version" : 2 ,
4- "name" : " StackZilla" ,
5- "version" : " 1.0" ,
6- "homepage_url" : " https://github.com/namila007/StackZilla" ,
7- "icons" : {
8- "64" : " icons/addon.png" ,
9- "32" : " icons/toolbar.png"
2+ "description" : " Eazy access for your StackOverflow account" ,
3+ "manifest_version" : 2 ,
4+ "name" : " StackZilla" ,
5+ "version" : " 1.0" ,
6+ "homepage_url" : " https://github.com/namila007/StackZilla" ,
7+ "icons" : {
8+ "64" : " icons/addon.png" ,
9+ "32" : " icons/toolbar.png"
10+ },
11+ "permissions" : [
12+ " notifications" ,
13+ " identity" ,
14+ " tabs" ,
15+ " activeTab" ,
16+ " *://api.stackexchange.com/*" ,
17+ " *://*.stackoverflow.com/*"
18+ ],
19+ "applications" : {
20+ "gecko" : {
21+ "id" : " stackzilla1@mozilla.org"
22+ }
23+ },
24+ "browser_action" : {
25+ "default_icon" : " icons/toolbar.png" ,
26+ "default_title" : " StackZilla" ,
27+ "default_popup" : " popup/index.html"
1028 },
11- "permissions" : [
12- " notifications" ,
13- " identity" ,
14- " *://api.stackexchange.com/*" ,
15- " *://*.stackoverflow.com/*"
16- ],
17- "applications" : {
18- "gecko" : {
19- "id" : " stackzilla1@mozilla.org"
20- }
21- },
22- "browser_action" : {
23- "default_icon" : " icons/toolbar.png" ,
24- "default_title" : " StackZilla" ,
25- "default_popup" : " popup/index.html"
26- },
27-
28- "content_scripts" : [
29- {
30- "matches" : [" <all_urls>" ],
31- "js" : [" stackzilla.js" ]
32- }
33- ],
3429 "background" : {
3530 "scripts" : [
3631 " background/authorize.js" ,
37- " background/main .js" ,
38- " background/stackinit .js"
32+ " background/userinfo .js" ,
33+ " background/main .js"
3934 ]
4035 },
41- "options_ui" : {
42- "page" : " options/options.html"
43- },
44- "author" : " Namila Bandara"
45-
46-
36+
37+ "content_scripts" : [
38+ {
39+ "matches" : [" *://*/*" ],
40+ "js" : [" popup/stackpopup.js" ]
41+ }
42+ ],
43+ "options_ui" : {
44+ "page" : " options/options.html"
45+ },
46+ "author" : " Namila Bandara"
47+
48+
4749 }
0 commit comments