-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmanifest.json
31 lines (31 loc) · 1.37 KB
/
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
{
"author": "stullig",
"background": {
"persistent": true,
"scripts": [ "js/background.js" ]
},
"browser_action": {
"default_icon": "images/popup.png",
"default_popup": "popup.html"
},
"content_security_policy": "style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_Desc__",
"icons": {
"128": "images/128.png",
"16": "images/16.png",
"48": "images/48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhJlPNEsFnzIAq/4F+hskMOgTXMD3MTdla+LDfvZMfzleyNF7c4jt5N94mawZ5x3/yNAFVsUB9eWBccfouivVV7hAo8v+AoKtITX+LZyT2qOlEMQPVaTvekmcZApYGqCuIxgV0gchBsMOgEgaLU5ptQwVI9n41Pq37RBNGBqHuPlac8IUoPE1pKUABwqoR10ZUmyZK6isPizXghRaBPuHe3cmukHX9iVPDt7gPdur+1+NclYkZ7DJl7TLvMXTvur520PxF42p8FFCEHQRxOP9mPysLO1gwLC0R3OgaLQuTeaiMML5LFhLpP4Y2k2TDOmfwOzp/qfD4oSxoiUYTAtQoQIDAQAB",
"manifest_version": 2,
"name": "__MSG_Name__",
"options_page": "options.html",
"options_ui": {
"chrome_style": true,
"page": "options.html"
},
"permissions": [ "storage", "notifications", "https://sourceforge.net/projects/osxportableapps/*", "https://commondatastorage.googleapis.com/*", "https://omahaproxy.appspot.com/*" ],
"short_name": "Chromium Updater",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.1.1.4"
}