Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / api / management.json
index 97319a6..5941402 100644 (file)
             "enum": ["admin", "development", "normal", "sideload", "other"]
           },
           "launchType": {
-            "description": "The app launch type (only present for apps). This property is new in Chrome 37.",
+            "description": "The app launch type (only present for apps).",
             "$ref": "LaunchType",
             "optional": true
           },
           "availableLaunchTypes": {
-            "description": "The currently available launch types (only present for apps). This property is new in Chrome 37.",
+            "description": "The currently available launch types (only present for apps).",
             "type": "array",
             "optional": true,
             "items": {
               "showConfirmDialog": {
                 "type": "boolean",
                 "optional": true,
-                "description": "Whether or not a confirm-uninstall dialog should prompt the user. Defaults to false."
+                "description": "Whether or not a confirm-uninstall dialog should prompt the user. Defaults to false for self uninstalls. If an extension uninstalls another extension, this parameter is ignored and the dialog is always shown."
               }
             }
           },
       },
       {
         "name": "createAppShortcut",
-        "description": "Display options to create shortcuts for an app. On Mac, only packaged app shortcuts can be created. This function is new in Chrome 37.",
+        "description": "Display options to create shortcuts for an app. On Mac, only packaged app shortcuts can be created.",
         "parameters": [
           {
             "name": "id",
       },
       {
         "name": "setLaunchType",
-        "description": "Set the launch type of an app. This function is new in Chrome 37.",
+        "description": "Set the launch type of an app.",
         "parameters": [
           {
             "name": "id",
       },
       {
         "name": "generateAppForLink",
-        "description": "Generate an app for a URL. Returns the generated bookmark app. This function is new in Chrome 37.",
+        "description": "Generate an app for a URL. Returns the generated bookmark app.",
         "parameters": [
           {
             "name": "url",