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

Unified Diff: chrome/common/extensions/docs/examples/api/transientPage/basic/manifest.json

Issue 10280005: Fix the event page sample extension to say "event page". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: docgen Created 8 years, 8 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/common/extensions/docs/examples/api/transientPage/basic/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/transientPage/basic/manifest.json b/chrome/common/extensions/docs/examples/api/transientPage/basic/manifest.json
deleted file mode 100644
index 9b38f4371e402f3ae6eb0ca72475f762714c7403..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/examples/api/transientPage/basic/manifest.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Transient Page Example",
- "description": "Demonstrates usage and features of the transient page",
- "version": "1.0",
- "manifest_version": 2,
- "permissions": ["tabs", "bookmarks", "experimental", "keybinding", "http://*.google.com/*"],
- "background": {
- "scripts": ["background.js"],
- "persistent": false
- },
- "browser_action": {
- "default_icon" : "icon.png",
- "default_title": "Start Transient Page"
- },
- "commands": {
- "open-google": {
- "description": "Open a tab to google.com",
- "suggested_key": { "default": "Ctrl+Shift+L" }
- },
- "_execute_browser_action": {
- "suggested_key": { "default": "Ctrl+Shift+K" }
- }
- }
-}
« no previous file with comments | « chrome/common/extensions/docs/examples/api/transientPage/basic/icon.png ('k') | chrome/common/extensions/docs/samples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698