diff options
| author | createdincode <christian@createdincode.com> | 2017-10-26 20:29:58 +0100 |
|---|---|---|
| committer | Kamran Ahmed <kamranahmed.se@gmail.com> | 2017-10-26 23:29:58 +0400 |
| commit | fb7c70e94e8ead17cdb15fd53764c016e91497a3 (patch) | |
| tree | 281e44e51d29c7fed99ca6fde86023cdad847bca | |
| parent | Improve HTML consistency (#18) (diff) | |
| download | githunt-fb7c70e94e8ead17cdb15fd53764c016e91497a3.tar.gz | |
Change from options_page to options_ui (#17)2.2-old
| -rw-r--r-- | manifest.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 34519de..39864ea 100644 --- a/manifest.json +++ b/manifest.json @@ -19,7 +19,9 @@ "newtab": "githunt.html" }, "homepage_url": "http://kamranahmed.info/", - "options_page": "options.html", + "options_ui": { + "page": "options.html" + }, "browser_action": { "default_title": "Githunt", "default_icon": "assets/img/icon128.png" |
