Author Topic: Can someone help me with this Google Chrome extension?  (Read 2254 times)

0 Members and 1 Guest are viewing this topic.

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Can someone help me with this Google Chrome extension?
« on: September 06, 2013, 09:20:08 pm »
I coded this, the extension is working for me, when I went to upload it to the Chrome Web Store I keep getting manifest.json errors, can someone help with this?
file=manifest.json
Code: [Select]
{
  "manifest_version": 2,
  "name": "Free SMS Texting",
  "default_locale": "en",
  "description": "Free SMS Texting!",
  "version": "2",
  "icons": {
    "18": "/images/icon19.png",
    "38": "/images/icon38.png"
  },
  "developer": {
    "name": "annoyingcalc",
    "url": "http://omnimaga.org/"
  },

  "set_action": {
"default_title": "Texting",
    "default_popup": "index.html"
                }
}
« Last Edit: September 06, 2013, 09:21:58 pm by annoyingcalc »
This used to contain a signature.

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Can someone help me with this Google Chrome extension?
« Reply #1 on: September 06, 2013, 10:59:15 pm »
I have fixed the issue and added a download on this page

Download:
http://www.omnimaga.org/index.php?action=dlattach;topic=16933.0;attach=15994
Official Topic:
http://ourl.ca/19530.new#new
This used to contain a signature.