2016-04-30 14:42:45 +08:00
|
|
|
{
|
2016-05-14 22:13:26 +08:00
|
|
|
"background": {
|
|
|
|
"presistent": true,
|
|
|
|
"scripts": ["js/background.js" ]
|
|
|
|
},
|
|
|
|
"browser_action": {
|
|
|
|
"default_icon": "images/logo.png",
|
|
|
|
"default_title": "Listen 1"
|
|
|
|
},
|
|
|
|
"description": "Listen 1 for all music",
|
|
|
|
"icons": {
|
|
|
|
"128": "images/logo.png",
|
|
|
|
"16": "images/logo.png",
|
|
|
|
"48": "images/logo.png"
|
|
|
|
},
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Listen 1",
|
|
|
|
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "webRequest", "webRequestBlocking"],
|
2017-12-20 16:43:09 +08:00
|
|
|
"version": "1.3.0",
|
2016-05-14 22:13:26 +08:00
|
|
|
"web_accessible_resources": [ "images/*" ]
|
2016-04-30 14:42:45 +08:00
|
|
|
}
|