forked from luxuary10/QuickResource
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
23 lines (22 loc) · 979 Bytes
/
manifest.json
File metadata and controls
23 lines (22 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
- "manifest_version":0, + "manifest_version":03
"name":"Quicksource", "name":"Quicksource",
"short_name":"QuickSource", "short_name":"QuickSource",
"description":"Save Bookmark Storatge", "description":"Save Bookmark Storatge",
@@ -10,14 +10,16 @@
"https://google.com/* "https://google.com/*
https://wikipedia.com/* https://wikipedia.com/*
https://github.com/* https://github.com/*
- https:/twitter.com" + https:/twitter.com/ "
- ], + [,
- default_popup": "popup.html +
+ "html": {
+ default_popup": "popup.html"
+ },
"css":[ "css":[
- "inject-styles.css" + "style.css"
], ],
"js":[ "js":[
"code.js" "code.js"
- "run_at":"document_idle"
} }