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": "Shimeji Browser - Your Virtual Friend",
"version": "1.3",
"description": "Add cute Shimeji characters to any website. Watch them walk, climb, and play!",
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "scripts\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icon128.png"
}
},
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scripts\/content.js"
],
"css": [
"styles\/content.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/**\/*"
],
"matches": [
"<all_urls>"
]
}
]
}