-1

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

serg
  • 109,619
  • 77
  • 317
  • 330
Fire
  • 1
  • 1

2 Answers2

0

Is this the answer you're looking for?

Community
  • 1
  • 1
Peter
  • 13,733
  • 11
  • 75
  • 122
-1
window.location.assign('http://yourlink.com');

does that work for your needs?

Joe Naber
  • 537
  • 5
  • 9