blob: a7212bf450d1bc9dd2cc0566cb7df4e8a07cb17b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"manifest_version": 2,
"name": "Mirror",
"description": "This mirror flips your online activity!",
"version": "1.0",
"author": "joak",
"permissions": ["activeTab", "tabs"],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Flip horizontally page!",
"browser_style": false
},
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"64": "icon-64.png"
}
}
|