Skip to content

Commit a654bb8

Browse files
committed
Bump versions to 0.12.13
1 parent 8c63ed9 commit a654bb8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

manifest.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Jan",
4-
"version": "12.12",
4+
"version": "0.12.13",
55
"description": "The Jan companion for your browser: chat, inline writing help, search, and page context in the side panel.",
66
"icons": {
77
"16": "icons/app-16.png",
@@ -72,8 +72,12 @@
7272
"options_page": "dist/ui/options/index.html",
7373
"content_scripts": [
7474
{
75-
"matches": ["<all_urls>"],
76-
"js": ["src/content.js"],
75+
"matches": [
76+
"<all_urls>"
77+
],
78+
"js": [
79+
"src/content.js"
80+
],
7781
"run_at": "document_idle",
7882
"all_frames": true,
7983
"match_about_blank": true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jan-browser-extension",
3-
"version": "12.12",
3+
"version": "0.12.13",
44
"description": "A Manifest V3 Chrome extension that summarizes the current page (or selected text) using any OpenAI-compatible API, including Cerebras and Jan Server.",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)