-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
27 lines (27 loc) · 925 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
{
"browser_action": {
"default_icon": "128x128.png",
"default_popup": "main.html",
"default_title": "Get the metacritic score"
},
"content_scripts": [ {
"all_frames": true,
"js": [ "selection.js" ],
"matches": [ "\u003Call_urls>" ],
"run_at": "document_start"
} ],
"default_locale": "en",
"description": "__MSG_desc__",
"icons": {
"128": "128x128.png",
"16": "16x16.png",
"32": "32x32.png",
"48": "48x48.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3Vq6WH29Ym/YRjnXmrEfpgM+AHL8u7ufit6lDef3iSGZeAZg99Qj3CQXLM0QVnawS1PUox9nlaJiE0fkY/66SbBKt9kQES2l2p737VI3/4C4GQoxYijkjIkG7mk22MELgc5eKxqR+kO2RjGaf/ovEkiaSlmwzjzKG5jveXUac1wIDAQAB",
"manifest_version": 2,
"name": "Metacritic",
"permissions": [ "http://*/*", "https://*/*" ],
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "1.1.1"
}