Return to Snippet

Revision: 41540
at February 20, 2011 04:16 by Kerrick


Updated Code
{
  "name": "FreshBookMark",
  "description": "This app simply gives you quick access to your Freshbooks account.",
  "version": "1.2",
  "app": {
    "launch": {
      "local_path": "main.html"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "options_page": "options.html"
}

Revision: 41539
at February 19, 2011 16:33 by Kerrick


Updated Code
{
  "name": "FreshBookMark",
  "description": "This app simply gives you quick access to your Freshbooks account.",
  "version": "1.1",
  "app": {
    "launch": {
      "local_path": "main.html"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "options_page": "options.html"
}

Revision: 41538
at February 19, 2011 16:25 by Kerrick


Initial Code
{
  "name": "FreshBookMark",
  "description": "This app simply gives you quick access to your Freshbooks account.",
  "version": "1",
  "app": {
    "launch": {
      "local_path": "main.html"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "options_page": "options.html"
}

Initial URL


Initial Description
MIT licensed.

Also see the related files:

* [main.html](http://snipplr.com/view/49251/)

* [options.html](http://snipplr.com/view/49252/)

Initial Title
FreshBookMark - manifest.json

Initial Tags


Initial Language
JavaScript