1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ "short_name": "Bookmark Arranger", "name": "Bookmark Arranger", "version": "0.1", "description": "Bookmark Arrange", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "bookmarks" ], "browser_action": {} }