Skip to content

Commit

Permalink
Merge pull request #22 from sahithyandev/task-alert
Browse files Browse the repository at this point in the history
Alert dialog and many other minor fixes
  • Loading branch information
VenkatTeja authored Jun 18, 2023
2 parents 289d303 + 24fd68d commit fac7542
Show file tree
Hide file tree
Showing 132 changed files with 390,128 additions and 7,468 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ jspm_packages
_prisma
*.zip
package-lock.json
yarn.lock
yarn.lock

chrome-extension-build/static/*
2 changes: 1 addition & 1 deletion chrome-extension-build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"web_accessible_resources": [
{
"resources": [ "*.html", "static/*", "assets/*", "src/content.js" ],
"resources": [ "static/*", "assets/*", "src/content.js" ],
"matches": ["<all_urls>"]
}
],
Expand Down
3 changes: 3 additions & 0 deletions chrome-extension-build/src/background.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
try {
importScripts('./psl.min.js' /*, and so on */);
} catch (e) {
Expand Down Expand Up @@ -345,3 +346,5 @@ function takeScreenshot(tab) {
});
})
}

},{}]},{},[1]);
Loading

0 comments on commit fac7542

Please sign in to comment.