Index: chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/manifest.json |
diff --git a/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/manifest.json b/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ad4250216b141d587d538fc036c1a430c92d1d6f |
--- /dev/null |
+++ b/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/manifest.json |
@@ -0,0 +1,10 @@ |
+{ |
+ "name" : "Block/allow third-party cookies API example extension", |
+ "version" : "0.1", |
+ "description" : "Sample extension which demonstrates how to access a preference.", |
+ "permissions": [ "experimental", "contentSettings" ], |
+ "browser_action": { |
+ "default_icon": "advicedog.jpg", |
+ "popup": "popup.html" |
+ } |
+} |