-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
29 lines (29 loc) · 760 Bytes
/
manifest.json
File metadata and controls
29 lines (29 loc) · 760 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
{
"name": "Spoofly",
"version": "1.0",
"author": "Shekh Aliul",
"description": "An extension to read premium articles of medium for free. Just install and read your favorite articles!",
"permissions": [
"cookies",
"storage",
"tabs",
"http://medium.com/*",
"https://medium.com/*",
"http://.medium.com/*",
"https://.medium.com/*",
"https://*.medium.com/*",
"http://*.medium.com/*",
"nativeMessaging"
],
"icons": {"16": "icon.png", "48": "icon.png", "128": "icon.png"},
"browser_action": {
"default_title": "Cookie Cleaner",
"default_icon": "icon.png",
"default_popup": "index.html"
},
"background": {
"scripts": ["background.js"],
"persistent": false
},
"manifest_version": 2
}