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",
"action": {
"default_title": "__MSG_title__",
"default_icon": {
"16": "images\/icon-32.png"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
},
"default_locale": "en",
"description": "__MSG_desc__",
"externally_connectable": {
"matches": [
"<all_urls>"
]
},
"icons": {
"128": "icon-128.png"
},
"manifest_version": 3,
"name": "__MSG_name__",
"version": "1.9.5",
"background": {
"service_worker": "background.js"
},
"oauth2": {
"client_id": "1096126762051-d8rqvp0jivisgqo71hg0rpdgan2h9phb.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"host_permissions": [
"https:\/\/www.googleapis.com\/*",
"https:\/\/wheel.cloudapi.stream\/*",
"https:\/\/mines.cloudapi.stream\/*",
"https:\/\/top.rodeo\/*"
],
"permissions": [
"identity",
"alarms",
"notifications",
"storage"
]
}