aboutsummaryrefslogtreecommitdiff
path: root/apps/extension/manifest.json
diff options
context:
space:
mode:
authorYash <[email protected]>2024-04-11 04:52:44 +0000
committerYash <[email protected]>2024-04-11 04:52:44 +0000
commit6dcc7d18c9be5e3a5e0a3ff60668424ee0158b4e (patch)
tree179aa936536510cc707368fc7c330c4c7fbdc3f8 /apps/extension/manifest.json
parentnovel editor (diff)
parentsave user ID with url to ensure that same website can be saved by users (diff)
downloadsupermemory-new-ui.tar.xz
supermemory-new-ui.zip
Merge branch 'main' of https://github.com/Dhravya/supermemory into new-uinew-ui
Diffstat (limited to 'apps/extension/manifest.json')
-rw-r--r--apps/extension/manifest.json64
1 files changed, 31 insertions, 33 deletions
diff --git a/apps/extension/manifest.json b/apps/extension/manifest.json
index 7b7bf460..561ca8fe 100644
--- a/apps/extension/manifest.json
+++ b/apps/extension/manifest.json
@@ -1,37 +1,35 @@
{
- "manifest_version": 3,
- "name": "SuperMemory",
- "version": "1.0.0",
- "action": {
- "default_popup": "index.html"
- },
- "icons": {
- "16": "icons/icon16.png",
- "32": "icons/icon32.png",
- "48": "icons/icon48.png",
- "128": "icons/icon128.png"
- },
- "content_scripts": [
- {
- "js": [
- "src/content.tsx"
- ],
- "matches": [
- "http://localhost:3000/*",
- "https://opulent-funicular-94rx4v9w775f96q-3000.app.github.dev/*",
- "https://anycontext.dhr.wtf/*",
- "<all_urls>"
- ]
- }
- ],
- "permissions": [
- "activeTab",
- "storage",
+ "manifest_version": 3,
+ "name": "SuperMemory",
+ "version": "1.0.0",
+ "action": {
+ "default_popup": "index.html"
+ },
+ "icons": {
+ "16": "icons/icon16.png",
+ "32": "icons/icon32.png",
+ "48": "icons/icon48.png",
+ "128": "icons/icon128.png"
+ },
+ "content_scripts": [
+ {
+ "js": ["src/content.tsx"],
+ "matches": [
"http://localhost:3000/*",
"https://opulent-funicular-94rx4v9w775f96q-3000.app.github.dev/*",
- "https://anycontext.dhr.wtf/*"
- ],
- "background": {
- "service_worker": "src/background.ts"
+ "https://anycontext.dhr.wtf/*",
+ "<all_urls>"
+ ]
}
-} \ No newline at end of file
+ ],
+ "permissions": [
+ "activeTab",
+ "storage",
+ "http://localhost:3000/*",
+ "https://opulent-funicular-94rx4v9w775f96q-3000.app.github.dev/*",
+ "https://anycontext.dhr.wtf/*"
+ ],
+ "background": {
+ "service_worker": "src/background.ts"
+ }
+}