Home | History | Annotate | Download | only in basic
      1 {
      2   "name": "My Bookmarks",
      3   "version": "1.1",
      4   "description": "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.",
      5   "permissions": [
      6     "bookmarks"
      7   ],
      8   "browser_action": {
      9       "default_title": "My Bookmarks",
     10       "default_icon": "icon.png",
     11       "default_popup": "popup.html"
     12   },
     13   "manifest_version": 2,
     14   "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
     15 }
     16