Skip to content

Commit

Permalink
🎉 init project
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayce45 committed Oct 15, 2021
1 parent 07f4062 commit 0eb2713
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions background.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions contentscript.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added icon.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: 20 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Gmail POP3 Auto Refresh",
"description": "Refresh unlimited POP3 email accounts of Gmail with a frequency of one minute for free.",
"version": "1.0",
"manifest_version": 2,
"background": {
"scripts": ["background.min.js"],
"persistent": false
},
"browser_action": {
"default_title": "Gmail POP3 Auto Refresh",
"default_icon": "icon.png"
},
"content_scripts": [{
"js": ["contentscript.min.js"],
"matches": ["*://mail.google.com/*"]
}],
"web_accessible_resources": ["script.min.js"],
"permissions": ["tabs"]
}
1 change: 1 addition & 0 deletions script.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0eb2713

Please sign in to comment.