-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
42 lines (36 loc) · 892 Bytes
/
Copy pathmanifest.json
File metadata and controls
42 lines (36 loc) · 892 Bytes
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
{
"manifest_version": 2,
"name": "pip",
"version": "0.1",
"description": "Epical wallpapers and support from pip",
"homepage_url": "https://github.com/bloppai/firefoxPip",
"permissions": ["activeTab", "storage", "tabs", "downloads", "bookmarks", "alarms"],
"icons": {
"48": "icons/icon.png",
"96": "icons/icon.png"
},
"chrome_url_overrides": {
"newtab": "wallpaper/index.html"
},
"browser_action": {
"default_icon": "icons/icon.png",
"default_title": "pip",
"default_popup": "popup/index.html"
},
"background": {
"scripts": ["background/freeGames.js", "background/setStorage.js", "background/productive.js"]
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["blacklist/block.js"],
"run_at": "document_start"
}
],
"browser_specific_settings": {
"gecko": {
"id": "gitBot69420@gmail.com",
"strict_min_version": "89.0"
}
}
}