Skip to content

Commit

Permalink
Merge pull request #5 from greenido/patch-1
Browse files Browse the repository at this point in the history
update the manifest
  • Loading branch information
mahemoff committed Dec 17, 2012
2 parents 23ed8ec + cbe2de1 commit 3927c42
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions manifest.json
Expand Up @@ -107,6 +107,10 @@
"unlimitedStorage"
],

// CSP - We need to add twitter API so the default code will work
// http://developer.chrome.com/extensions/contentSecurityPolicy.html
"content_security_policy": "script-src https://api.twitter.com; object-src 'self'",

/*****************************************************************************
CHANGING CHROME'S CHROME
****************************************************************************/
Expand Down Expand Up @@ -151,15 +155,16 @@
{ "path": "extension_plugin.dll" }
],
*/


// The new mandatory manifest version
"manifest_version": 2,

/*****************************************************************************
FINISHING AND DISTRIBUTING YOUR EXTENSION
****************************************************************************/

// http://code.google.com/chrome/extensions/autoupdate.html */
// "update_url": "http://myhost.com/mytestextension/updates.xml"

// leave this here so you don't get trailing comma errors above
"null": []

}

0 comments on commit 3927c42

Please sign in to comment.