Skip to content

Commit 7ef4037

Browse files
committed
Committing manifest.json
1 parent e66653f commit 7ef4037

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

manifest.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
22
"manifest_version": 3,
33
"name": "Coursera Automation Extension",
4-
"version": "3.5.9",
4+
"version": "3.5.11",
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.",
8-
"permissions": ["storage", "activeTab", "scripting", "tabs", "commands"],
8+
"permissions": [
9+
"storage",
10+
"activeTab",
11+
"scripting",
12+
"tabs",
13+
"commands",
14+
"downloads"
15+
],
916
"background": {
1017
"service_worker": "/dist/scripts/background.js"
1118
},
@@ -18,11 +25,12 @@
1825
"action": {
1926
"default_popup": "dist/popup.html"
2027
},
28+
"options_page": "dist/settings.html",
2129
"content_scripts": [
2230
{
2331
"run_at": "document_start",
2432
"matches": ["*://*.coursera.org/*"],
25-
"js": ["dist/scripts/content.js"],
33+
"js": ["dist/scripts/content.js", "dist/scripts/xyz.js"],
2634
"css": ["dist/ui/content.css"]
2735
}
2836
],

0 commit comments

Comments
 (0)