home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome.dll / 0 / BINDATA / 2500 next >
Encoding:
Text File  |  2013-04-03  |  6.9 KB  |  272 lines

  1. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4.  
  5. {
  6.   "app": {
  7.     "channel": "stable",
  8.     "extension_types": ["packaged_app", "hosted_app", "platform_app"]
  9.   },
  10.   // The default platform app CSP can only be overridden by whitelisted apps.
  11.   // This is a separate key from the top-level content_security_policy one since
  12.   // we can't combine type restrictions with whitelisted ID restrictions. If
  13.   // there is a need for additional whitelisted entries, the feature system
  14.   // should instead be extended to support OR-ing of restrictions.
  15.   "app.content_security_policy": {
  16.     "channel": "stable",
  17.     "extension_types": ["platform_app"],
  18.     "min_manifest_version": 2,
  19.     "whitelist": [
  20.       "nckgahadagoaajjgafhacjanaoiihapd",  // Google Talk prod
  21.       "eggnbpckecmjlblplehfpjjdhhidfdoj",  // Google Talk beta
  22.       "ppleadejekpmccmnpjdimmlfljlkdfej",  // Google Talk alpha
  23.       "ljclpkphhpbpinifbeabbhlfddcpfdde"   // Google Talk debug
  24.     ]
  25.   },
  26.   "app.background": {
  27.     "channel": "stable",
  28.     "extension_types": ["platform_app"],
  29.     "min_manifest_version": 2
  30.   },
  31.   "app.launch": {
  32.     "channel": "stable",
  33.     "extension_types": ["packaged_app", "hosted_app"]
  34.   },
  35.   "app.isolation": {
  36.     "channel": "stable",
  37.     // Platform apps always have isolated storage, thus they cannot specify it
  38.     // via the manifest.
  39.     "extension_types": ["packaged_app", "hosted_app"]
  40.   },
  41.   "author": {
  42.     "channel": "stable",
  43.     "extension_types": "all"
  44.   },
  45.   "background": {
  46.     "channel": "stable",
  47.     "extension_types": [
  48.       // Platform apps specify their background page via app.background.
  49.       "extension", "packaged_app", "hosted_app"
  50.     ]
  51.   },
  52.   "background.persistent": {
  53.     "channel": "stable",
  54.     "extension_types": [
  55.       "extension", "packaged_app"
  56.     ],
  57.     "min_manifest_version": 2
  58.   },
  59.   "background_page": {
  60.     "channel": "stable",
  61.     "extension_types": [
  62.       "extension", "packaged_app", "hosted_app"
  63.     ],
  64.     "max_manifest_version": 1
  65.   },
  66.   "browser_action": {
  67.     "channel": "stable",
  68.     "extension_types": ["extension"]
  69.   },
  70.   "chrome_url_overrides": {
  71.     "channel": "stable",
  72.     "extension_types": ["extension", "packaged_app"]
  73.   },
  74.   "commands": {
  75.     "channel": "stable",
  76.     "extension_types": ["extension", "packaged_app", "platform_app"],
  77.     "min_manifest_version": 2
  78.   },
  79.   "content_security_policy": {
  80.     "channel": "stable",
  81.     // Platform apps have a restricted content security policy that cannot be
  82.     // overriden (except for a whitelist of exceptions, see the
  83.     // app.content_security_policy whitelist).
  84.     "extension_types": ["extension", "packaged_app"]
  85.   },
  86.   "content_scripts": {
  87.     "channel": "stable",
  88.     "extension_types": ["extension", "packaged_app"]
  89.   },
  90.   "converted_from_user_script": {
  91.     "channel": "stable",
  92.     "extension_types": [
  93.       "extension", "packaged_app", "hosted_app"
  94.     ],
  95.     "no_doc": true
  96.   },
  97.   "current_locale": {
  98.     "channel": "stable",
  99.     "extension_types": "all"
  100.   },
  101.   "default_locale": {
  102.     "channel": "stable",
  103.     "extension_types": "all"
  104.   },
  105.   "description": {
  106.     "channel": "stable",
  107.     "extension_types": "all"
  108.   },
  109.   "devtools_page": {
  110.     "channel": "stable",
  111.     "extension_types": ["extension", "packaged_app"]
  112.   },
  113.   "display_in_launcher": {
  114.     "channel": "stable",
  115.     "extension_types": ["packaged_app", "platform_app"],
  116.     "location": "component"
  117.   },
  118.   "display_in_new_tab_page": {
  119.     "channel": "stable",
  120.     "extension_types": ["packaged_app", "platform_app"],
  121.     "location": "component"
  122.   },
  123.   "file_browser_handlers": {
  124.     "channel": "stable",
  125.     "extension_types": ["extension", "packaged_app"]
  126.   },
  127.   "file_handlers": {
  128.     "channel": "stable",
  129.     "extension_types": ["platform_app"]
  130.   },
  131.   "homepage_url": {
  132.     "channel": "stable",
  133.     "extension_types": ["extension", "packaged_app"]
  134.   },
  135.   "icons": {
  136.     "channel": "stable",
  137.     "extension_types": "all"
  138.   },
  139.   "incognito": {
  140.     "channel": "stable",
  141.     "extension_types": ["extension", "packaged_app", "platform_app"]
  142.   },
  143.   "input_components": {
  144.     "channel": "stable",
  145.     "extension_types": ["extension", "packaged_app"]
  146.   },
  147.   "intents": {
  148.     "channel": "stable",
  149.     "extension_types": [
  150.       "extension", "packaged_app", "hosted_app", "platform_app"
  151.     ]
  152.   },
  153.   "key": {
  154.     "channel": "stable",
  155.     "extension_types": "all"
  156.   },
  157.   "manifest_version": {
  158.     "channel": "stable",
  159.     "extension_types": "all"
  160.   },
  161.   "minimum_chrome_version": {
  162.     "channel": "stable",
  163.     "extension_types": [
  164.       "extension", "packaged_app", "hosted_app", "platform_app"
  165.     ]
  166.   },
  167.   "nacl_modules": {
  168.     "channel": "stable",
  169.     "extension_types": [
  170.       "extension", "packaged_app", "hosted_app", "platform_app"
  171.     ]
  172.   },
  173.   "name": {
  174.     "channel": "stable",
  175.     "extension_types": "all"
  176.   },
  177.   "offline_enabled": {
  178.     "channel": "stable",
  179.     "extension_types": [
  180.       "extension", "packaged_app", "hosted_app", "platform_app"
  181.     ]
  182.   },
  183.   "omnibox": {
  184.     "channel": "stable",
  185.     "extension_types": ["extension", "packaged_app"]
  186.   },
  187.   "optional_permissions": {
  188.     "channel": "stable",
  189.     "extension_types": [
  190.       "extension", "packaged_app", "hosted_app", "platform_app"
  191.     ]
  192.   },
  193.   "options_page": {
  194.     "channel": "stable",
  195.     "extension_types": [
  196.       "extension", "packaged_app", "hosted_app", "platform_app"
  197.     ]
  198.   },
  199.   "oauth2": {
  200.     "channel": "stable",
  201.     "extension_types": [
  202.       "extension", "packaged_app", "platform_app"
  203.     ]
  204.   },
  205.   "page_action": {
  206.     "channel": "stable",
  207.     "extension_types": ["extension"]
  208.   },
  209.   "page_actions": {
  210.     "channel": "stable",
  211.     "extension_types": ["extension"],
  212.     "max_manifest_version": 1
  213.   },
  214.   "permissions": {
  215.     "channel": "stable",
  216.     "extension_types": [
  217.       "extension", "packaged_app", "hosted_app", "platform_app"
  218.     ]
  219.   },
  220.   "plugins": {
  221.     "channel": "stable",
  222.     "extension_types": ["extension", "packaged_app", "hosted_app"]
  223.   },
  224.   "requirements": {
  225.     "channel": "stable",
  226.     "extension_types": [
  227.       "extension", "packaged_app", "hosted_app", "platform_app"
  228.     ]
  229.   },
  230.   "sandbox": {
  231.     "channel": "stable",
  232.     "extension_types": [
  233.       "extension", "platform_app", "packaged_app"
  234.     ],
  235.     "min_manifest_version": 2
  236.   },
  237.   "script_badge": {
  238.     "channel": "trunk",
  239.     "extension_types": ["extension"]
  240.   },
  241.   "signature": {
  242.     "channel": "stable",
  243.     "extension_types": "all"
  244.   },
  245.   "system_indicator": {
  246.     "channel": "dev",
  247.     "extension_types": ["extension", "packaged_app", "platform_app"]
  248.   },
  249.   "theme": {
  250.     "channel": "stable",
  251.     "extension_types": ["theme"]
  252.   },
  253.   "tts_engine": {
  254.     "channel": "stable",
  255.     "extension_types": ["extension", "packaged_app"]
  256.   },
  257.   "update_url": {
  258.     "channel": "stable",
  259.     "extension_types": "all"
  260.   },
  261.   "version": {
  262.     "channel": "stable",
  263.     "extension_types": "all"
  264.   },
  265.   "web_accessible_resources": {
  266.     "channel": "stable",
  267.     "extension_types": [
  268.       "extension", "packaged_app", "hosted_app"
  269.     ]
  270.   }
  271. }
  272.