Skip to content

Commit

Permalink
fix: change permission
Browse files Browse the repository at this point in the history
  • Loading branch information
holedev committed Mar 27, 2024
1 parent be80fb6 commit f630824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/js/tienichsv.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const getData = () => {

if (!URL.includes(_URL_TIENICHSV)) {
$('.site-current').innerHTML =
'Vui lòng chuyển sang tienichsv.ou.edu.vn/#/diem!';
'Vui lòng chuyển sang tienichsv.ou.edu.vn/#/diem';
return;
}

Expand Down
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"name": "MPC Extension",
"version": "0.0.1",
"description": "MPC Extension",
"permissions": ["scripting", "activeTab", "tabs"],
"host_permissions": ["<all_urls>"],
"permissions": ["scripting", "activeTab"],
"action": {
"default_popup": "index.html",
"default_icon": {
Expand Down

0 comments on commit f630824

Please # to comment.