Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6320)

Unified Diff: chrome/test/data/extensions/api_test/browser_action_tab_specific_state/manifest.json

Issue 306044: Refactor implementation of BrowserActions, and add support for (Closed)
Patch Set: Make it work on linux too Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/browser_action_tab_specific_state/manifest.json
diff --git a/chrome/test/data/extensions/api_test/browser_action_tab_specific_state/manifest.json b/chrome/test/data/extensions/api_test/browser_action_tab_specific_state/manifest.json
new file mode 100755
index 0000000000000000000000000000000000000000..2e11ba80e831595540515d9cbdee9ca2460bf117
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/browser_action_tab_specific_state/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "Tab color",
+ "version": "1.0",
+ "background_page": "background.html",
+ "permissions": [
+ "tabs", "http://*/*"
+ ],
+ "browser_action": {
+ "default_icon": "icon1.png",
+ "default_title": "hi!"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698