~crc-x/+junk/chrome-extension-logo

« back to all changes in this revision

Viewing changes to manifest.json

  • Committer: Charles Childers
  • Date: 2009-12-12 13:45:52 UTC
  • Revision ID: git-v1:38ec3a57c2dbddb37f0d3178cccd579746346400
initial checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name": "Logo",
 
3
  "version": "1.0",
 
4
  "description": "a Logo interpreter",
 
5
  "browser_action": {
 
6
    "default_icon": "icon.png",
 
7
    "popup": "index.html"
 
8
  }
 
9
}