-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
What's new? * Fixed nepali miti not updating along with new date * Added more sections in README file * Gazed over stars thinking about life
- Loading branch information
1 parent
d3e1b36
commit dd0fc66
Showing
4 changed files
with
65 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,43 @@ | ||
{ | ||
"background": { | ||
"persistent": true, | ||
"scripts": [ | ||
"lib/js/jquery.min.js", | ||
"lib/js/bootstrap.bundle.min.js", | ||
"lib/js/moment.min.js", | ||
"lib/js/moment-timezone-with-data.js", | ||
"lib/js/progressive-image.js", | ||
"lib/js/nepali.js", | ||
"background.js" | ||
] | ||
}, | ||
"browser_action": { | ||
"default_icon": { | ||
"128": "favicon/undistractedme-128.png", | ||
"16": "favicon/undistractedme-16.png", | ||
"24": "favicon/undistractedme-24.png", | ||
"32": "favicon/undistractedme-32.png" | ||
}, | ||
"default_title": "Undistracted Me" | ||
}, | ||
"chrome_url_overrides": { | ||
"newtab": "index.html" | ||
}, | ||
"permissions": [ | ||
"tabs" | ||
], | ||
"description": "Replaces your new tabs with a distraction free nepali date.", | ||
"homepage_url": "https://whatsthemiti.herokuapp.com/", | ||
"icons": { | ||
"background": { | ||
"persistent": true, | ||
"scripts": [ | ||
"lib/js/jquery.min.js", | ||
"lib/js/bootstrap.bundle.min.js", | ||
"lib/js/moment.min.js", | ||
"lib/js/moment-timezone-with-data.js", | ||
"lib/js/progressive-image.js", | ||
"lib/js/nepali.js", | ||
"background.js" | ||
] | ||
}, | ||
"browser_action": { | ||
"default_icon": { | ||
"128": "favicon/undistractedme-128.png", | ||
"16": "favicon/undistractedme-16.png", | ||
"32": "favicon/undistractedme-32.png", | ||
"48": "favicon/undistractedme-48.png", | ||
"512": "favicon/undistractedme-512.png" | ||
}, | ||
"incognito": "spanning", | ||
"manifest_version": 2, | ||
"name": "Undistracted Me", | ||
"offline_enabled": true, | ||
"short_name": "A distraction-free nepali date for your browser.", | ||
"version": "1.0.0.2", | ||
"author": "Siddharth Belbase" | ||
"24": "favicon/undistractedme-24.png", | ||
"32": "favicon/undistractedme-32.png" | ||
}, | ||
"default_title": "Undistracted Me" | ||
}, | ||
"chrome_url_overrides": { | ||
"newtab": "index.html" | ||
}, | ||
"permissions": ["tabs"], | ||
"description": "Replaces your new tabs with a distraction free nepali date.", | ||
"homepage_url": "https://whatsthemiti.herokuapp.com/", | ||
"icons": { | ||
"128": "favicon/undistractedme-128.png", | ||
"16": "favicon/undistractedme-16.png", | ||
"32": "favicon/undistractedme-32.png", | ||
"48": "favicon/undistractedme-48.png", | ||
"512": "favicon/undistractedme-512.png" | ||
}, | ||
"incognito": "spanning", | ||
"manifest_version": 2, | ||
"name": "Undistracted Me", | ||
"offline_enabled": true, | ||
"short_name": "A distraction-free nepali date for your browser.", | ||
"version": "1.0.3", | ||
"author": "Siddharth Belbase" | ||
} |