Toodledo Mobile Site Popup

Toodledo Mobile Site Popup

Open the official Toodledo mobile interface in a popup bubble directly from the Chrome toolbar.

Merlin
Additional files are visible only to premium users

manifest.json


{
"update_url":"http://clients2.google.com/service/update2/crx",	
	"manifest_version": 2,
	"name": "Toodledo Mobile Site Popup",
	"description": "Open the official Toodledo mobile interface in a popup bubble directly from the Chrome 	toolbar.",
	"version": "1.2",
	"browser_action": {
		"default_icon": "icon19.png",
		"default_popup": "popup.html"
	},"icons": { 
		"48": "icon48.png",
		"128": "icon128.png" 
	}
	
}