Skip to content

Commit

Permalink
add new devtools support
Browse files Browse the repository at this point in the history
  • Loading branch information
mahemoff committed Oct 4, 2011
1 parent 5822421 commit d0f0422
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 45 deletions.
43 changes: 0 additions & 43 deletions README

This file was deleted.

8 changes: 6 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@
// pageToOverride is one of: bookmarks history newtab
// "chrome_url_overrides" : { "pageToOverride": "myPage.html", }

// http://code.google.com/chrome/extensions/dev/experimental.devtools.html
// Needs "experimental" permission
// "devtools_page": "devtools.html",

/*****************************************************************************
IMPLEMENTING THE INNARDS OF YOUR EXTENSION
****************************************************************************/
Expand All @@ -135,7 +139,7 @@
{
"matches": ["http://www.google.com/*"],
"css": ["src/contentStyle.css"],
"js": ["lib/jquery.js", "src/contentScript.js"]
"js": ["lib/jquery.min.js", "src/contentScript.js"]
}
],
*/
Expand All @@ -149,7 +153,7 @@
*/

/*****************************************************************************
IMPLEMENTING THE INNARDS OF YOUR EXTENSION
FINISHING AND DISTRIBUTING YOUR EXTENSION
****************************************************************************/

// http://code.google.com/chrome/extensions/autoupdate.html */
Expand Down

0 comments on commit d0f0422

Please sign in to comment.