first commit
This commit is contained in:
commit
c9cbaa7e87
5 changed files with 36 additions and 0 deletions
19
manifest.json
Normal file
19
manifest.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Lyrics copy & paste",
|
||||
"version": "1.0",
|
||||
"description": "Make lyrics copy & pastable.",
|
||||
"icons": {
|
||||
"128": "icon128.png"
|
||||
},
|
||||
"homepage_url": "http://jeena.net",
|
||||
"permissions": [
|
||||
"http://www.lyricsfreak.com/"
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["http://www.lyricsfreak.com/*"],
|
||||
"js": ["contentscript.js"],
|
||||
"run_at": "document_end"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue