here is the manifest file
{
"name": "NSHQ ChatBox",
"version": "0.1",
"description": "NSHQ Chat.",
"browser_action": {
"default_icon": "logo.png",
"chrome.windows.create" : "http://nshq.darkbb.com/chatbox/chatbox.forum?"
},
"permissions": [
"http://nshq.darkbb.com/chatbox/chatbox.forum?"
]
}
The Webpage i want to redirect it to is : http://nshq.darkbb.com/chatbox/chatbox.forum?
I am very new to this kind of thing so i wonder if anybody can help me, much appreciated