diff options
Diffstat (limited to 'chrome/common/extensions/docs/samples.json')
-rw-r--r-- | chrome/common/extensions/docs/samples.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json index 3ba3573..9af2653 100644 --- a/chrome/common/extensions/docs/samples.json +++ b/chrome/common/extensions/docs/samples.json @@ -1194,9 +1194,10 @@ "search_string": "HELLO WORLD THE FIRST EXTENSION THAT I MADE. BROWSER_ACTION", "source_files": [ "manifest.json", - "popup.html" + "popup.html", + "popup.js" ], - "source_hash": "f8c01d82bfac2dd8fd8eb57022e7a12e316ecf60", + "source_hash": "074b48f31f670cf36fdcc201b04ec2cfa87204e8", "zip_path": "examples\/tutorials\/getstarted.zip" }, { |