{
  "name": "Chrome Test",
  "version": "1.0",
  "description": "Testing chrome extensions",
  "content_scripts": [
    {
      "matches" : [
		      "http://www.google.com/"	       
      ],
      "js": ["chromiumtest.js"]      
    }
  ],
  "permissions": [
    "http://www.google.com/",
    "https://www.google.com/"
  ]  
}

