Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Anytype Web Clipper",
"description": "Save web content to the Anytype \u2014 open, encrypted, and local-first application that connects everything as objects.",
"version": "0.0.8",
"icons": {
"16": "img\/icon16x16.png",
"128": "img\/icon128x128.png"
},
"options_page": "settings\/index.html",
"action": {
"default_title": "Anytype Web Clipper",
"default_popup": "popup\/index.html"
},
"permissions": [
"contextMenus",
"nativeMessaging",
"tabs",
"scripting",
"activeTab"
],
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"js": [
"js\/foreground.js"
],
"css": [
"css\/foreground.css"
],
"matches": [
"<all_urls>"
]
}
],
"web_accessible_resources": [
{
"resources": [
"iframe\/index.html"
],
"matches": [
"<all_urls>"
]
}
]
}