forked from phaistonian/MyExtensions
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
executable file
·37 lines (31 loc) · 1.02 KB
/
manifest.json
File metadata and controls
executable file
·37 lines (31 loc) · 1.02 KB
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
{
"name" : "My Extensions",
"version" : "0.9.3.8",
"description" : "Are you an extensions developer? Keep track of your Chrome extensions. Be notified for new comments, ratings and more!",
"background_page" : "background.html",
"options_page" : "options.html",
"browser_action" : {
"default_icon" : "icons/19.png",
"default_title" : "My Extensions",
"popup" : "popup.html"
},
"icons": {
"19": "icons/19.png",
"32": "icons/32.png",
"48": "icons/48.png"
},
"permissions": [
"tabs",
"bookmarks",
"notifications",
"https://chrome.google.com/extensions/search*",
"https://chrome.google.com/extensions/detail/*",
"http://chrome.google.com/*",
"https://chrome.google.com/*",
"https://chrome.google.com/*",
"http://chrome.dev.pathfinder.gr/*",
"http://chrome.pathfinder.gr/*",
"https://clients2.google.com/*"
],
"update_url": "http://clients2.google.com/service/update2/crx"
}