-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
37 lines (37 loc) · 997 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
30
31
32
33
34
35
36
37
{
"name": "Corgify: Corgi Up Your Life",
"short_name": "Corgify",
"description": "Corgify your web experience. Add a corgi into your life and be happy. Weeheehee.",
"version": "3.0",
"permissions": [
"activeTab"
],
"content_scripts": [{
"matches": ["http://*/*", "https://*/*"],
"js": ["popup.js"]
}],
"web_accessible_resources": [
"./images/corgi_puppy2.jpg",
"./images/longcorgibutt.jpg",
"./images/long_corgis.jpg",
"./images/corgi_lobster.jpg",
"./images/corgishake.gif",
"./images/corgi_1.jpg",
"./images/corgi_2.jpg",
"./images/corgi_3.jpg",
"./images/corgi_4.jpg",
"./images/corgi_butt.jpg",
"./images/corgi_butt2.jpg",
"./images/corgi_corn.jpg",
"./images/corgi_puppy.jpg"
],
"icons": {
"48": "./images/corgi_icon48.png",
"128": "./images/corgi_icon128.png"
},
"browser_action": {
"default_icon": "./images/corgifyicon.png",
"default_title": "Corgify!"
},
"manifest_version": 2
}