Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / extensions / test / data / web_view / apitest / manifest.json
index 8e0bfa7..118bf76 100644 (file)
@@ -9,5 +9,15 @@
     "background": {
       "scripts": ["test.js"]
     }
+  },
+  "webview": {
+    "partitions": [
+      {
+        "name": "foobar",
+        "accessible_resources": [
+          "guest_with_inline_script.html"
+        ]
+      }
+    ]
   }
 }