mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
fix manifest
This commit is contained in:
parent
87fc6b5cf1
commit
32491df069
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
"version": "1.0",
|
||||
|
||||
"background" : {
|
||||
"scripts": ["main.js", "exStrParser.js", "funcParser.js"]
|
||||
"scripts": ["main.js"]
|
||||
},
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches":["<all_urls>"],
|
||||
"js":["content.js", "link_hinting.js"]
|
||||
"js":["content.js"]
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue