-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
16 lines (16 loc) · 869 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"background_page": "background.html",
"browser_action": {
"default_icon": "img/icon-off.png",
"default_title": "__MSG_extTitle__",
"popup": "feeds.html"
},
"default_locale": "en",
"description": "__MSG_extDescription__",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+dMerFkjTSgPkx1ag+rTCZgbfgl8fgfeGHraP6PQr5JsFAHTDT1d06VOONcWSpH5icb8pLVuwZZhQqYGLf0LdRF+iRJm4RlZ7Gwr6Zh+DF1hrsuLndHZNis16FDaBjOW4MH2IbTz1O5BpX4s2dIBcfiLbXGGz+D70aV2zHCuDJQIDAQAB",
"name": "__MSG_extName__",
"options_page": "options.html",
"permissions": [ "tabs", "http://gdata.youtube.com/", "https://www.google.com/accounts/OAuthGetRequestToken", "https://www.google.com/accounts/OAuthAuthorizeToken", "https://www.google.com/accounts/OAuthGetAccessToken" ],
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "1.3.4.1"
}