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",
"name": "Dictionary to Notion",
"manifest_version": 3,
"version": "0.03",
"description": "Look up any word with a simple double click and sync to Notion.",
"background": {
"service_worker": "background\/service-worker.min.js"
},
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_title": "Offscreen Example",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scripts\/content.min.js"
]
}
],
"options_page": "options\/options.html",
"permissions": [
"offscreen",
"storage"
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:3000\/*",
"https:\/\/dictionary.danielhe.art\/*"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh5TD33038ZsbPGU8jHECvUAL5WvLiWXhaTOY25xOIZKze4wN8UHcAuh4gad+SOLdsAu2Oyj+vaM+BonnjXnHhZUC0y4yhuGkLFK+5WimhkMkUwgpk+\/HbkD43Vo4cad\/G+KxfjMZyIXrafO2BNZ48jtF3autzLQDjMzCPkFMIinZ46T0JTEMIj\/tnf3mFOtQ33aEoleboeH8XkPd86t7tm\/oBfULAwopiq9tNdizm6QFf\/rR5mG6KTuOSY4+TbjvIk2lYhpXh1TrcBDlJQSJvu81TyRlSBhqG9VrEr6IepUedLJqtSNigH2gZQMH86QQeGnKZ7PeMdcSgRl4iuOqCQIDAQAB"
}