Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.5",
"action": {
"default_title": "StatsCrop",
"default_icon": "images\/icon-128x128.png"
},
"background": {
"service_worker": "background\/background.js"
},
"content_scripts": [
{
"css": [
"content\/content.css"
],
"js": [
"js\/jquery.min.js",
"content\/content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhmmRx5w5+ld9rZXILXfdaltNhmy4b5y1O1GSPm7Z1VhPXZKPJS7sNWy6ALviugxT\/HYgG\/75TNBtpUkIlN8+67pkTznKEKzd4nAN+vrsMci8hxrYZyqlP4GTluBlU6bauFg8wVHqqhDkdeSQxzO4xANdoOkq6HX4rcRZDTS20uh9CFShJ99sYg107j5Er6GLFjorQLKsy3qUpoHZRYbKqMZ4KABC6EyJZACrhlm8MiCK8UCueE55Jr1I65Kmq7FCxKQO1tejZmoffVkfHBiYpD\/tsnJR80fKkPOQgfk5uu7WK8dHHELRjx9MKusa1DBTPgK+93+oswECA7GYsEyhsQIDAQAB",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"default_locale": "en",
"description": "__MSG_description__",
"host_permissions": [
"<all_urls>"
],
"icons": {
"32": "images\/icon-32x32.png",
"64": "images\/icon-64x64.png",
"128": "images\/icon-128x128.png"
},
"name": "__MSG_name__",
"permissions": [
"storage",
"tabs",
"webNavigation"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"images\/*",
"js\/*",
"panel\/panel.html",
"chart\/chart.html"
]
}
]
}