-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmanifest.json
More file actions
26 lines (26 loc) · 582 Bytes
/
manifest.json
File metadata and controls
26 lines (26 loc) · 582 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"author": "soruly",
"content_scripts": [
{
"js": ["content.js"],
"matches": ["http://*/*", "https://*/*"]
},
{
"js": ["trace.moe.js"],
"matches": ["https://trace.moe/"]
}
],
"background": {
"service_worker": "bg.js"
},
"description": "Use anime screenshots to search the scene it is taken from.",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"manifest_version": 3,
"name": "Search Anime by Screenshot",
"permissions": ["contextMenus", "activeTab"],
"version": "5.0.0"
}