We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e2163 commit 46e2792Copy full SHA for 46e2792
VERSION
@@ -1 +1 @@
1
-0.7.0
+0.7.1
package.json
@@ -1,6 +1,6 @@
{
2
"name": "page-reader-assistant",
3
- "version": "0.7.0",
+ "version": "0.7.1",
4
"description": "A Chrome extension that allows users to ask questions about web page content using AI",
5
"scripts": {
6
"build": "webpack --mode production",
src/manifest.json
@@ -1,7 +1,7 @@
"manifest_version": 3,
"name": "Page Reader Assistant",
"description": "A Chrome extension that helps you read and analyze web pages",
"permissions": [
7
"activeTab",
0 commit comments