|
1 | 1 | { |
2 | 2 | "name": "webext-dynamic-content-scripts", |
3 | | - "version": "9.1.0", |
4 | | - "description": "WebExtension module: Automatically registers your `content_scripts` on domains added via `permission.request`", |
| 3 | + "version": "9.2.0-6", |
| 4 | + "description": "WebExtension module: Automatically registers your `content_scripts` on domains added via `permission.request` or on `activeTab`", |
5 | 5 | "keywords": [ |
6 | 6 | "contentscript", |
7 | 7 | "register", |
|
10 | 10 | "request", |
11 | 11 | "optional_permissions", |
12 | 12 | "manifest", |
| 13 | + "new hosts", |
13 | 14 | "chrome", |
14 | 15 | "firefox", |
15 | 16 | "browser", |
| 17 | + "activetab", |
16 | 18 | "extension" |
17 | 19 | ], |
18 | 20 | "repository": "fregante/webext-dynamic-content-scripts", |
19 | 21 | "funding": "https://github.com/sponsors/fregante", |
20 | 22 | "license": "MIT", |
21 | 23 | "author": "Federico Brigante <[email protected]> (https://fregante.com)", |
22 | 24 | "module": "distribution/index.js", |
23 | | - "files": [ |
24 | | - "distribution", |
25 | | - "utils.js", |
26 | | - "utils.d.ts" |
27 | | - ], |
28 | 25 | "scripts": { |
29 | 26 | "build": "tsc", |
30 | 27 | "demo:build": "parcel build --no-cache", |
|
67 | 64 | "content-scripts-register-polyfill": "^3.2.2", |
68 | 65 | "webext-additional-permissions": "^2.3.0", |
69 | 66 | "webext-content-scripts": "^2.4.0", |
70 | | - "webext-patterns": "^1.2.0" |
| 67 | + "webext-detect-page": "^4.0.1", |
| 68 | + "webext-patterns": "^1.2.0", |
| 69 | + "webext-polyfill-kinda": "^0.10.0" |
71 | 70 | }, |
72 | 71 | "devDependencies": { |
73 | 72 | "@parcel/config-webextension": "^2.8.2", |
|
88 | 87 | "alias": { |
89 | 88 | "these-are-just-mocks-for-parcel-tests": "yolo", |
90 | 89 | "webext-additional-permissions": "./test/demo-extension/webext-additional-permissions.js", |
91 | | - "webext-dynamic-content-scripts": "./source/index.ts", |
| 90 | + "webext-dynamic-content-scripts": "./source/", |
92 | 91 | "./source/*.js": "./source/$1.ts" |
93 | 92 | }, |
94 | 93 | "targets": { |
|
124 | 123 | "https://extra-ephiframe.vercel.app/Inject-via-context-menu-please", |
125 | 124 | "https://extra-ephiframe.vercel.app/Inject-via-context-menu-please?iframe=https://static-ephiframe.vercel.app/Static-inner", |
126 | 125 | "https://extra-ephiframe.vercel.app/Inject-via-context-menu-please?iframe=https://dynamic-ephiframe.vercel.app/Dynamic-inner", |
127 | | - "https://static-ephiframe.vercel.app/Static?iframe=https://extra-ephiframe.vercel.app/Inject-via-context-menu-please", |
128 | | - "https://dynamic-ephiframe.vercel.app/Dynamic?iframe=https://extra-ephiframe.vercel.app/Inject-via-context-menu-please", |
129 | 126 | "chrome://extensions/" |
130 | 127 | ] |
131 | 128 | } |
|
0 commit comments