Posted By


Kerrick on 02/19/11

Tagged


Statistics


Viewed 162 times
Favorited by 0 user(s)

FreshBookMark - manifest.json


/ Published in: JavaScript
Save to your folder(s)

MIT licensed.

Also see the related files:

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

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


Copy this code and paste it in your HTML
  1. {
  2. "name": "FreshBookMark",
  3. "description": "This app simply gives you quick access to your Freshbooks account.",
  4. "version": "1.2",
  5. "app": {
  6. "launch": {
  7. "local_path": "main.html"
  8. }
  9. },
  10. "icons": {
  11. "16": "icon_16.png",
  12. "128": "icon_128.png"
  13. },
  14. "options_page": "options.html"
  15. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.