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": "Utopia Science Allocator",
"version": "1.3.2",
"description": "Automatically calculate and distribute science books in Utopia based on player-defined ratios",
"privacy_policy": "https:\/\/utopia-cherubim.fly.dev\/privacy-policy.html",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"*:\/\/utopia-game.com\/*",
"*:\/\/*.utopia-game.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/utopia-game.com\/wol\/game\/science*",
"*:\/\/*.utopia-game.com\/wol\/game\/science*",
"*:\/\/utopia-game.com\/gen\/game\/science*",
"*:\/\/*.utopia-game.com\/gen\/game\/science*",
"*:\/\/utopia-game.com\/wol\/game\/train_army*",
"*:\/\/*.utopia-game.com\/wol\/game\/train_army*",
"*:\/\/utopia-game.com\/gen\/game\/train_army*",
"*:\/\/*.utopia-game.com\/gen\/game\/train_army*",
"*:\/\/utopia-game.com\/wol\/sit\/game\/science*",
"*:\/\/*.utopia-game.com\/wol\/sit\/game\/science*",
"*:\/\/utopia-game.com\/gen\/sit\/game\/science*",
"*:\/\/*.utopia-game.com\/gen\/sit\/game\/science*",
"*:\/\/utopia-game.com\/wol\/sit\/game\/train_army*",
"*:\/\/*.utopia-game.com\/wol\/sit\/game\/train_army*",
"*:\/\/utopia-game.com\/gen\/sit\/game\/train_army*",
"*:\/\/*.utopia-game.com\/gen\/sit\/game\/train_army*"
],
"js": [
"src\/shared\/constants.js",
"src\/shared\/utils.js",
"src\/shared\/ui-components.js",
"src\/core\/storage-manager.js",
"src\/core\/page-detector.js",
"src\/features\/science-allocator\/science-calculator.js",
"src\/features\/science-allocator\/science-ui.js",
"src\/features\/science-allocator\/science-content.js",
"src\/features\/military-allocator\/military-ui.js",
"src\/features\/military-allocator\/military-content.js",
"src\/core\/extension-manager.js",
"src\/content.js"
],
"css": [
"styles.css"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html",
"default_title": "Utopia Science Allocator"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}