Skip to content

Commit db8b53e

Browse files
committed
Release 1.3.1
1 parent 7a216e6 commit db8b53e

5 files changed

Lines changed: 32695 additions & 34166 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "awps",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "awps",
55
"main": "index.js",
66
"repository": {

src/background.min.js

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
/******/ (function() { // webpackBootstrap
22
/******/ var __webpack_modules__ = ({
33

4-
/***/ "./src/background.js":
5-
/*!***************************!*\
6-
!*** ./src/background.js ***!
7-
\***************************/
4+
/***/ 92:
85
/***/ (function() {
96

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

6764
/***/ }),
6865

69-
/***/ "./src/css/content.scss":
70-
/*!******************************!*\
71-
!*** ./src/css/content.scss ***!
72-
\******************************/
73-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
66+
/***/ 530:
67+
/***/ (function() {
7468

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

7972

@@ -148,17 +141,6 @@ __webpack_require__.r(__webpack_exports__);
148141
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
149142
/******/ }();
150143
/******/
151-
/******/ /* webpack/runtime/make namespace object */
152-
/******/ !function() {
153-
/******/ // define __esModule on exports
154-
/******/ __webpack_require__.r = function(exports) {
155-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
156-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
157-
/******/ }
158-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
159-
/******/ };
160-
/******/ }();
161-
/******/
162144
/******/ /* webpack/runtime/jsonp chunk loading */
163145
/******/ !function() {
164146
/******/ // no baseURI
@@ -167,8 +149,8 @@ __webpack_require__.r(__webpack_exports__);
167149
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
168150
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
169151
/******/ var installedChunks = {
170-
/******/ "/src/background.min": 0,
171-
/******/ "src/css/content.min": 0
152+
/******/ 115: 0,
153+
/******/ 30: 0
172154
/******/ };
173155
/******/
174156
/******/ // no chunk on demand loading
@@ -220,10 +202,9 @@ __webpack_require__.r(__webpack_exports__);
220202
/******/ // startup
221203
/******/ // Load entry module and return exports
222204
/******/ // This entry module depends on other loaded chunks and execution need to be delayed
223-
/******/ __webpack_require__.O(undefined, ["src/css/content.min"], function() { return __webpack_require__("./src/background.js"); })
224-
/******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["src/css/content.min"], function() { return __webpack_require__("./src/css/content.scss"); })
205+
/******/ __webpack_require__.O(undefined, [30], function() { return __webpack_require__(92); })
206+
/******/ var __webpack_exports__ = __webpack_require__.O(undefined, [30], function() { return __webpack_require__(530); })
225207
/******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
226208
/******/
227209
/******/ })()
228-
;
229-
//# sourceMappingURL=background.min.js.map
210+
;

0 commit comments

Comments
 (0)