forked from NikhilGarakapati/searchbyHTML-AngelHack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
29 lines (29 loc) · 993 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
{
"background": {
"page": "background.html"
},
"default_locale": "en",
"description": "__MSG_sp_description__",
"icons": {
"128": "images/sp-128.png",
"19": "images/sp-19.png",
"32": "images/sp-32.png",
"48": "images/sp-48.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDnX9ymVKuyePPFZymXCCey1i2EUpZL8WDwB9ShsoH0FUGj8E2nIL+/gtZvD4lAlgxeX6sVteP4L7DENOyWqsHdTo6Ap4SnhdQBZdGa4RAfTHVk+ff+bzb4Jd5ZJnWgXzGxSVcYUy6mkAFjh8x+zpInj2EndzTWKRVrml8u2dqFTwIDAQAB",
"manifest_version": 2,
"name": "__MSG_sp_title__",
"options_page": "options.html",
"page_action": {
"default_icon": "images/sp-19.png",
"default_popup": "popup.html",
"default_title": "__MSG_sp_default_title__"
},
"permissions": [
"tabs",
"https://*/",
"http://*/"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.6.6.2"
}