Home | History | Annotate | Download | only in getstarted
      1 {
      2   "name": "Hello World",
      3   "version": "1.0",
      4   "description": "The first extension that I made.",
      5   "browser_action": {
      6     "default_icon": "icon.png",
      7     "popup": "popup.html"
      8   },
      9   "permissions": [
     10     "http://api.flickr.com/"
     11   ]
     12 }
     13