Skip to content

Commit 5df8ee5

Browse files
committed
Committing manifest.json
1 parent f5d5f63 commit 5df8ee5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"manifest_version": 3,
33
"name": "Coursera Automation Extension",
4-
"version": "2.4.4",
4+
"version": "3.5.4",
55
"author": "Saurav Hathi",
66
"version_name": "Release Version",
77
"description": "This extension is used to attempt the coursera course quiz, video, reading material, ungraded plugin and discussion automatically.",
88
"permissions": ["storage", "activeTab", "scripting", "tabs", "commands"],
99
"background": {
10-
"service_worker": "/scripts/background.js"
10+
"service_worker": "/dist/scripts/background.js"
1111
},
1212
"icons": {
13-
"16": "images/1.png",
14-
"32": "images/2.png",
15-
"48": "images/3.png",
16-
"128": "images/4.png"
13+
"16": "dist/assets/1.png",
14+
"32": "dist/assets/2.png",
15+
"48": "dist/assets/3.png",
16+
"128": "dist/assets/4.png"
1717
},
1818
"action": {
19-
"default_popup": "/popup/popup.html"
19+
"default_popup": "dist/popup.html"
2020
},
2121
"content_scripts": [
2222
{
2323
"run_at": "document_start",
2424
"matches": ["*://*.coursera.org/*"],
25-
"js": ["/scripts/minifyContent.js"],
26-
"css": ["/styles/content.css"]
25+
"js": ["dist/scripts/content.js"],
26+
"css": ["dist/ui/content.css"]
2727
}
2828
],
2929
"commands": {
@@ -44,9 +44,9 @@
4444
},
4545
"web_accessible_resources": [
4646
{
47-
"resources": ["minifyrdr.js"],
47+
"resources": ["dist/scripts/rdr.js"],
4848
"matches": ["*://*.coursera.org/*"]
4949
}
5050
],
5151
"host_permissions": ["*://*.coursera.org/*"]
52-
}
52+
}

0 commit comments

Comments
 (0)