26 lines
929 B
JSON
26 lines
929 B
JSON
{
|
|
"background": {
|
|
"presistent": true,
|
|
"scripts": ["js/vendor/jquery-1.12.2.js", "js/github_api.js", "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/*", "*://api.github.com/*", "*://github.com/*", "webRequest", "webRequestBlocking"],
|
|
"version": "1.3.0",
|
|
"web_accessible_resources": [ "images/*" ],
|
|
"content_scripts": [{
|
|
"matches": ["https://listen1.github.io/listen1/*"],
|
|
"js": ["js/oauth_callback.js"]
|
|
}]
|
|
}
|