You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
516 B
15 lines
516 B
{
|
|
"name": "ytMusicNotification",
|
|
"version": "1.0",
|
|
"description": "Youtube Music Desktop Notification Extension for Chrome",
|
|
"permissions": ["tabs", "http://music.youtube.com/*", "https://music.youtube.com/*", "notifications", "activeTab", "declarativeContent", "storage"],
|
|
"icons": { "128": "icon128.png" },
|
|
"background": {
|
|
"scripts": ["background.js"],
|
|
"persistent": false
|
|
},
|
|
"page_action": {
|
|
"default_popup": "main.html"
|
|
},
|
|
"manifest_version": 2
|
|
}
|