{
  "manifest_version": 2,
  "name": "Myle",
  "version": "1.0",
  "description": "Make your life easier",
  "author": "Helix",
  "chrome_url_overrides" : {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  }
}