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": "Visual Animation Generator",
"description": "Add animations to your website visually, no coding needed!",
"version": "1.0.3",
"action": {
"default_icon": "assets\/icons\/icon_128.png"
},
"permissions": [
"activeTab"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"16": "assets\/icons\/icon_16.png",
"32": "assets\/icons\/icon_32.png",
"48": "assets\/icons\/icon_48.png",
"64": "assets\/icons\/icon_64.png",
"128": "assets\/icons\/icon_128.png"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/fonts\/inter.ttf",
"assets\/icons\/icon_128.png",
"assets\/main.tsx.a3072cac.js"
],
"use_dynamic_url": false
}
],
"content_scripts": [
{
"js": [
"assets\/main.tsx-loader.8636b832.js"
],
"matches": [
"<all_urls>"
],
"css": [
"assets\/main.75be7f59.css"
]
}
]
}