-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmanifest.json
46 lines (44 loc) · 1.5 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.7.1",
"homepage_url": "https://github.com/reywood/bitbucket-pr-review",
"author": "Sean Dwyer",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA33HvTb0USCf31N78Lfm9RL6lWkoExLzMvDTqCpWN8rkwRDgIhs/fgQfTEFsf0kvWzcZBkMsJk4Xu0xEe2ylsvRpeLim/PTNS59/dltC5ojD20vFn9i7y6FAo6Hpqo94DbZ8g7R/YNevt2HjoAjPEy/KR5PZ+tT64a+pdYE3kLhV+xXhsXGPOS79RpQ0YwsEwqiDeKsBoL4+uJM4qCnn1ZoOuUJfZXijRKfRHC5b9oIlcKsw6/iV6uwlJvzzPprESL0NgL5HKQa3RUs8mhbBlewDtCZXcQ/0b7W7Gnt0DBTe6LUIAEpgChExD7PTG/kAXSBX6Q3hhcYwhVADcLZf9RwIDAQAB",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "images/icon19.png",
"38": "images/icon38.png"
}
},
"content_scripts": [
{
"matches": [
"https://bitbucket.org/*/pull-requests/*",
"https://*/projects/*/repos/*/pull-requests/*"
],
"css": [
"src/style.css"
],
"js": [
"src/throttle.js",
"src/dataStore.js",
"src/sha1.js",
"src/fileDiffHashV1.js",
"src/fileDiffHashV2.js",
"src/fileDiff.js",
"src/init.js"
]
}
],
"permissions": [
"storage"
]
}