| Index: chrome/common/extensions/docs/samples.json
|
| diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
|
| index 56b97b5984d424f663ff2b514986eb0b937f026b..5c78a1aec9900130b086d71fb4b728d576122283 100644
|
| --- a/chrome/common/extensions/docs/samples.json
|
| +++ b/chrome/common/extensions/docs/samples.json
|
| @@ -599,6 +599,30 @@
|
| "zip_path": "examples/extensions/email_this_page.zip"
|
| },
|
| {
|
| + "api_calls": [
|
| + "chrome.extension.isAllowedIncognitoAccess"
|
| + ],
|
| + "description": "Sample extension which demonstrates how to access a preference.",
|
| + "features": [
|
| + "browser_action",
|
| + "contentSettings",
|
| + "experimental",
|
| + "popup"
|
| + ],
|
| + "icon": null,
|
| + "id": "0bf0930a32829dfb77170535ecb27adc2de3998a",
|
| + "name": "Enable/disable referrers API example extension",
|
| + "path": "examples/api/preferences/enableReferrer/",
|
| + "protocols": [],
|
| + "search_string": "ENABLE/DISABLE REFERRERS API EXAMPLE EXTENSION SAMPLE EXTENSION WHICH DEMONSTRATES HOW TO ACCESS A PREFERENCE. BROWSER_ACTION CONTENTSETTINGS EXPERIMENTAL POPUP CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS",
|
| + "source_files": [
|
| + "manifest.json",
|
| + "popup.html"
|
| + ],
|
| + "source_hash": "c8b3adc6d8f9a2d24143f40ee24ec0ee9d22e09d",
|
| + "zip_path": "examples/api/preferences/enableReferrer.zip"
|
| + },
|
| + {
|
| "api_calls": [],
|
| "description": "A sample extension which uses Google Analytics to track usage.",
|
| "features": [
|
|
|