-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
36 lines (30 loc) · 924 Bytes
/
manifest.json
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
27
28
29
30
31
32
33
34
35
36
{
"name": "OtakuTomo",
"version": "1.0",
"author": [ {
"name": "Brianna Shade",
"email": "[email protected]",
"copyright": "Copyright © 2013",
"license": "This program is licensed under the MIT License",
"location": "Please see the file COPYING in the source distribution of this software for license terms."
} ],
"description": "Easily find fansubs for all of your favorite anime",
"manifest_version": 2,
"background": {
"scripts": ["background.js"]
},
"permissions": [
"tabs", "http://*.myanimelist.net/*", "https://*.myanimelist.net/*", "*://*/*"
],
"browser_action": {
"default_icon": "tomo-256.png",
"_comment": "Image courtesy of http://calligraphernao.wordpress.com/2009/12/22/friend/",
"default_title": "OtakuTomo",
"default_popup": "popup.html"
},
"icons": {
"16": "tomo-16.png",
"128": "tomo-128.png",
"256": "tomo-256.png"
}
}