We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0166bef commit f6031d6Copy full SHA for f6031d6
src/browser/shell_extension_system.cc
@@ -52,6 +52,8 @@ const Extension* ShellExtensionSystem::LoadInternalApp() {
52
base::ListValue* list = new base::ListValue();
53
list->Append(new base::StringValue("nw:*"));
54
list->Append(new base::StringValue("file://*"));
55
+ list->Append(new base::StringValue("app://*"));
56
+
57
manifest.Set(extensions::manifest_keys::kWebURLs, list);
58
59
scoped_ptr<base::ListValue> scripts(new base::ListValue);
src/resources/nwapp/background.js
@@ -1 +1 @@
1
-console.log("nwapp/background.js");
+//console.log("nwapp/background.js");
0 commit comments