Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / extensions / buildbot / manifest.json
index 86241cf..0d86bcb 100644 (file)
@@ -23,6 +23,9 @@
     "default_popup": "popup.html"
   },
   "options_page": "options.html",
-
+  "options_ui": {
+    "chrome_style": true,
+    "page": "options.html"
+  },
   "manifest_version": 2
 }