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": "Raga Minions",
"description": "This extension is used to enhance your Agar.io experience by installing and managing so called userscripts.",
"version": "2.1.1",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_ui": {
"page": "layout\/options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"userScripts"
],
"host_permissions": [
"https:\/\/*.raga.pw\/*",
"https:\/\/*.agar.io\/*"
],
"background": {
"service_worker": "scripts\/worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.agar.io\/*"
],
"css": [
"style\/content.css"
],
"js": [
"scripts\/content.js"
],
"run_at": "document_start"
}
]
}