Skip to content

Commit c9cc14b

Browse files
committed
Merge branch 'release/v0.2.0'
2 parents 9eb1693 + 36d47a0 commit c9cc14b

4 files changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[![npm version](https://img.shields.io/npm/v/@adnbn/reg-cs-plugin.svg)](https://www.npmjs.com/package/@adnbn/reg-cs-plugin)
44
[![npm downloads](https://img.shields.io/npm/dm/@adnbn/reg-cs-plugin.svg)](https://www.npmjs.com/package/@adnbn/reg-cs-plugin)
55

6-
Register Content Scripts plugin for Addon Bone. Automatically injects JS and CSS assets declared under `content_scripts` in your extension manifest.
6+
Register Content Scripts plugin for [Addon Bone](https://github.com/addonbone).
7+
Automatically injects JS and CSS assets declared under `content_scripts` in your extension manifest.
78

89
## Installation
910

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adnbn/reg-cs-plugin",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Register Content Scripts plugin for Addon Bone",
55
"keywords": [
66
"adnbn",
@@ -31,8 +31,8 @@
3131
"format": "prettier --write ."
3232
},
3333
"dependencies": {
34-
"@adnbn/inject-css": "^0.1.0",
35-
"@adnbn/inject-script": "^0.1.1",
34+
"@adnbn/inject-css": "^0.2.0",
35+
"@adnbn/inject-script": "^0.2.0",
3636
"adnbn": "^0.0.51"
3737
},
3838
"devDependencies": {

plugin/background.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default defineBackground({
2626
tabId: tab.id!,
2727
frameId,
2828
matchAboutBlank,
29+
runAt,
2930
world,
3031
});
3132

0 commit comments

Comments
 (0)