{ "manifest_version": 2, "name": "Tridactyl", "version": "1.0", "background" : { "scripts": ["main.js"] }, "content_scripts": [ { "matches":[""], "js":["content.js", "link_hinting.js"] } ], "permissions": [ "activeTab", "alarms", "bookmarks", "contextMenus", "cookies", "downloads", "downloads.open", "history", "identity", "idle", "management", "nativeMessaging", "notifications", "sessions", "storage", "tabs", "topSites", "webNavigation", "webRequest", "webRequestBlocking", "" ] }