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": "__MSG_NoteStationClipperSECTIONappKEYdisplayname__",
"version": "3.0.118",
"default_locale": "en",
"description": "__MSG_NoteStationClipperSECTIONappKEYdescription__",
"icons": {
"16": "assets\/NoteStation_clipper_16.png",
"48": "assets\/NoteStation_clipper_48.png",
"128": "assets\/NoteStation_clipper_128.png"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"action": {
"default_title": "__MSG_NoteStationClipperSECTIONappKEYdisplayname__"
},
"content_scripts": [
{
"js": [
"js\/loader.js"
],
"run_at": "document_idle",
"matches": [
"*:\/\/*\/*"
]
}
],
"sandbox": {
"pages": [
"login.html",
"setting.html",
"clipper.html",
"status.html",
"mailplus.html"
]
},
"permissions": [
"webRequest",
"storage",
"unlimitedStorage",
"contextMenus",
"activeTab",
"scripting"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"modules\/TinyMCE\/*",
"modules\/TinyMCE\/js\/tinymce\/*",
"manifest.json",
"_locales\/*",
"js\/clipper.js",
"3rdparty\/readability.js",
"scripts\/*",
"css\/*",
"login.html",
"clipper.html",
"simplify.html",
"mailplus.html",
"setting.html",
"status.html"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}