Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwolf35 committed Feb 21, 2022
1 parent 299a17a commit f66b1f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "FRHSD GPA Calculator",
"description": "Calculate your GPA from the FRHSD parent portal",
"version": "2.1",
"version": "2.2",
"author": "Tyler Wolf",
"permissions": [
"activeTab"
Expand All @@ -19,5 +19,10 @@
"default_icon": "./images/icon.png",
"default_title": "FRHSD GPA Calculator",
"default_popup": "./popup.html"
},
"browser_specific_settings": {
"gecko": {
"update_url": "https://raw.githubusercontent.com/tylerwolf35/tylerwolf35.github.io/main/extension/updates.json"
}
}
}

0 comments on commit f66b1f3

Please sign in to comment.