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

Side by Side Diff: chrome/browser/resources/script_bubble/manifest.json

Issue 11411308: Enable script bubble by default on all but mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Everything passes Created 8 years 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 "manifest_version": 2,
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDO1EY113vutkoYrTsgmPtKDV4QvKk1ME m8ROEHZOQo14xNMefo8+7Lpph1diC9ke97n00cWAkyYmcCEFfbRE56eUJhFVjLzlKAiR/10B0bWQ1xBT B94G8M8Huuv8Om6/0mTwTKny2XdW/XewMq1wOkL/13uAHnivbYRA0aYlNnzQIDAQAB",
4 "name": "Script Bubble",
5 "description": "Shows the number of extensions running content script on the c urrent tab.",
6 "version": "1",
7 "permissions": [
8 "management"
9 ],
10 "page_action": {
11 "default_icon": "16.png"
12 }
13 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/script_bubble/16.png ('k') | chrome/browser/resources/script_bubble/popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698