Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awps committed Feb 26, 2025
1 parent 7a216e6 commit db8b53e
Show file tree
Hide file tree
Showing 5 changed files with 32,695 additions and 34,166 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awps",
"version": "1.3.0",
"version": "1.3.1",
"description": "awps",
"main": "index.js",
"repository": {
Expand Down
35 changes: 8 additions & 27 deletions src/background.min.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/******/ (function() { // webpackBootstrap
/******/ var __webpack_modules__ = ({

/***/ "./src/background.js":
/*!***************************!*\
!*** ./src/background.js ***!
\***************************/
/***/ 92:
/***/ (function() {

chrome.tabs.onUpdated.addListener(function (tabId, changeInfo, tab) {
Expand Down Expand Up @@ -66,14 +63,10 @@ chrome.tabs.onUpdated.addListener(function (tabId, changeInfo, tab) {

/***/ }),

/***/ "./src/css/content.scss":
/*!******************************!*\
!*** ./src/css/content.scss ***!
\******************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
/***/ 530:
/***/ (function() {

"use strict";
__webpack_require__.r(__webpack_exports__);
// extracted by mini-css-extract-plugin


Expand Down Expand Up @@ -148,17 +141,6 @@ __webpack_require__.r(__webpack_exports__);
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ !function() {
/******/ // no baseURI
Expand All @@ -167,8 +149,8 @@ __webpack_require__.r(__webpack_exports__);
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
/******/ var installedChunks = {
/******/ "/src/background.min": 0,
/******/ "src/css/content.min": 0
/******/ 115: 0,
/******/ 30: 0
/******/ };
/******/
/******/ // no chunk on demand loading
Expand Down Expand Up @@ -220,10 +202,9 @@ __webpack_require__.r(__webpack_exports__);
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module depends on other loaded chunks and execution need to be delayed
/******/ __webpack_require__.O(undefined, ["src/css/content.min"], function() { return __webpack_require__("./src/background.js"); })
/******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["src/css/content.min"], function() { return __webpack_require__("./src/css/content.scss"); })
/******/ __webpack_require__.O(undefined, [30], function() { return __webpack_require__(92); })
/******/ var __webpack_exports__ = __webpack_require__.O(undefined, [30], function() { return __webpack_require__(530); })
/******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
/******/
/******/ })()
;
//# sourceMappingURL=background.min.js.map
;
Loading

0 comments on commit db8b53e

Please sign in to comment.