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

Side by Side Diff: chrome/test/data/extensions/api_test/active_tab/manifest.json

Issue 10815028: Make ActiveTabPermissionManager also grant the tabs permission. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "activeTab",
3 "description": "API test for activeTab",
4 "version": "0.1",
5
6 "browser_action": {
7 "default_title": "activeTab"
8 },
9
10 "permissions": [
11 "activeTab",
12 "webNavigation"
13 ],
14
15 "background": {
16 "scripts": ["background.js"]
17 },
18
19 "manifest_version": 2
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698