2014-12-07 22:06:08 +00:00
|
|
|
{
|
|
|
|
"name" : "Match Audio",
|
2015-01-12 23:12:51 +00:00
|
|
|
"version" : "0.2.2",
|
2014-12-07 22:06:08 +00:00
|
|
|
"description" : "Match Audio makes sharing from music services better.",
|
|
|
|
"background" : {
|
|
|
|
"persistent": false,
|
|
|
|
"scripts": [ "background.js" ]
|
|
|
|
},
|
|
|
|
"page_action" : {
|
|
|
|
"default_icon": {
|
|
|
|
"16": "icon-16.png",
|
|
|
|
"48": "icon-48.png",
|
|
|
|
"128": "icon-128.png"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"permissions" : [ "declarativeContent", "https://match.audio/" ],
|
|
|
|
"icons": {
|
|
|
|
"16": "icon-16.png",
|
|
|
|
"48": "icon-48.png",
|
|
|
|
"128": "icon-128.png"
|
|
|
|
},
|
|
|
|
"manifest_version": 2
|
|
|
|
}
|