Index: chrome/common/extensions/docs/examples/api/storage/stylizr/manifest.json |
diff --git a/chrome/common/extensions/docs/examples/api/storage/stylizr/manifest.json b/chrome/common/extensions/docs/examples/api/storage/stylizr/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..64484e0346aaf8171453a759195879e131e46da5 |
--- /dev/null |
+++ b/chrome/common/extensions/docs/examples/api/storage/stylizr/manifest.json |
@@ -0,0 +1,21 @@ |
+{ |
+ "name": "Stylizr", |
+ "description": "Spruce up your pages with custom CSS.", |
+ "version": "1.0", |
+ |
+ "permissions": [ |
+ "tabs", |
+ "<all_urls>", |
+ "experimental" |
+ ], |
+ |
+ "options_page": "options.html", |
+ |
+ "browser_action": { |
+ "default_icon": "icon.png", |
+ "default_title": "Stylize!", |
+ "default_popup": "popup.html" |
+ }, |
+ |
+ "manifest_version": 2 |
+} |