{

	"manifest_version": 2,

	"name": "line2-fb-youtube-pixnet",

  	"version": "0.1",

	"description": "Add a plugin to also post info to fb, youtube, pixnet for https://timeline.line.me/.",

	"icons":
	{

    	"48": "logo.svg"

    	},

	"content_scripts": [
  	{

  		"matches": ["https://timeline.line.me/*"],

		"js": ["line2-fb-youtube-pixnet.js"]

	}]

}