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": "SnapMotion",
"description": "SnapMotion - Quickly generate animated videos of any web page.",
"version": "0.17.2",
"manifest_version": 3,
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"inj-content-script.css",
"fonts\/Inter\/web\/*.woff2",
"icon.png",
"ex-icon.png",
"assets\/*.mp4",
"generated-with-snapmotion.png",
"watermark.png"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"action": {
"default_title": "SnapMotion.",
"default_popup": "popup\/index.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"inj-content-script.js",
"content-script.js"
],
"css": [
"fonts\/Inter\/web\/inter.css"
]
}
],
"icons": {
"16": "images\/ex-icon_16.png",
"32": "images\/ex-icon_32.png",
"48": "images\/ex-icon_48.png",
"128": "images\/ex-icon_128.png"
},
"permissions": [
"scripting",
"storage",
"tabCapture",
"tabs"
]
}