| Index: chrome/common/extensions/docs/samples.json
|
| diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
|
| index c2e77c8e41a98ebecee397a18cedab754e32a6af..d4c226d0bb782dc3a2d28e9553cba1f8862c6d74 100644
|
| --- a/chrome/common/extensions/docs/samples.json
|
| +++ b/chrome/common/extensions/docs/samples.json
|
| @@ -865,7 +865,6 @@
|
| "crx_path": null,
|
| "description": "A sample extension which uses Google Analytics to track usage.",
|
| "features": [
|
| - "background_page",
|
| "browser_action"
|
| ],
|
| "icon": "analytics-extension-icon-128.png",
|
| @@ -874,13 +873,13 @@
|
| "packaged_app": false,
|
| "path": "examples\/tutorials\/analytics\/",
|
| "protocols": [],
|
| - "search_string": "EVENT TRACKING WITH GOOGLE ANALYTICS A SAMPLE EXTENSION WHICH USES GOOGLE ANALYTICS TO TRACK USAGE. BACKGROUND_PAGE BROWSER_ACTION",
|
| + "search_string": "EVENT TRACKING WITH GOOGLE ANALYTICS A SAMPLE EXTENSION WHICH USES GOOGLE ANALYTICS TO TRACK USAGE. BROWSER_ACTION",
|
| "source_files": [
|
| - "analytics.js",
|
| "manifest.json",
|
| - "popup.html"
|
| + "popup.html",
|
| + "popup.js"
|
| ],
|
| - "source_hash": "48c84c58d7b3673be329cedb1b1351a6a23958ff",
|
| + "source_hash": "c8d53a870ce15eff468b8fceb0ce454a8dc1e566",
|
| "zip_path": "examples\/tutorials\/analytics.zip"
|
| },
|
| {
|
|
|