Skip to content

Commit

Permalink
Extension name change
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza1219 committed Jan 25, 2023
1 parent bbc26b6 commit f679ae5
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# advanced-amoozeshyar
# Better Amoozeshyar

Work in progress...

Expand Down
2 changes: 1 addition & 1 deletion cleartimer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Advanced Amoozeshyar
* Better Amoozeshyar
* Filename: cleartimer.js
* Skipping the countdown timer at the login time
*/
Expand Down
2 changes: 1 addition & 1 deletion correction.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Advanced Amoozeshyar
* Better Amoozeshyar
* Filename: correction.js
* Correcting the course name before search
*/
Expand Down
2 changes: 1 addition & 1 deletion csvexport.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Advanced Amoozeshyar
* Better Amoozeshyar
* Filename: csvexport.js
* Export the course table results as csv
*/
Expand Down
Binary file added img/icon-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icon-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 13 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{

"description": "Enhancing your experience with amoozeshyar",
"manifest_version": 2,
"name": "advanced-amoozeshyar",
"name": "Better Amoozeshyar",
"description": "A better user experience with amoozeshyar",
"homepage_url": "https://github.com/alireza1219/better-amoozeshyar",
"version": "0.3",
"homepage_url": "https://github.com/alireza1219/advanced-amoozeshyar",

"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"strict_min_version": "48.0"
}
},
"icons": {
"48": "img/icon-48.png",
"96": "img/icon-96.png"
},
"content_scripts": [
{
"matches": ["*://stdn.iau.ir/*"],
Expand All @@ -26,5 +33,4 @@
"js": ["cleartimer.js"]
}
]

}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Advanced Amoozeshyar
* Better Amoozeshyar
*/

@import url("./fonts/vazirmatn/vazirmatn-rd-regular.css");
Expand Down

0 comments on commit f679ae5

Please sign in to comment.