Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"name": "scopeshirt",
"version": "1.1.6",
"action": {
"default_icon": {
"48": "images\/icon.png",
"128": "images\/icon.png"
},
"default_popup": "index.html",
"default_title": "scopeshirt"
},
"description": "chrome extension for spreadshirt marketplace",
"icons": {
"48": "images\/icon.png",
"128": "images\/icon.png"
},
"author": "Rising",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.content.jsx.594e9a5d.5ba6eaf3.js"
],
"matches": [
"https:\/\/*.spreadshirt.com\/*"
],
"run_at": "document_end"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"host_permissions": [
"https:\/\/*.scopeshirt.com\/*",
"https:\/\/us-central1-scopeshirt-4acdf.cloudfunctions.net\/sign_up_user",
"https:\/\/rising.software\/*",
"https:\/\/868e-100-0-198-143.ngrok.io\/*"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoU\/6JazzYtiYQCjpWBYX5mDZU9n9Jfga0RmWD6dbyVz8laCzxvgfFevD6O2zNwzw2UZImTV9qBCpIcaTbVH98dy4ku9gRGFEmFdPNxBHpUCcJNlxV0u90T8jGL\/3+hgw6wb20BkQcJCMNwxbPR++b4QtK4M2bl+43djAQEFuuefGhxxOdCGzCHggUwCXLaA4uw1Kf5IVVadfqZkl1qkTk8Sm14+b4ukXqS0x2a4ij5PdHe8o6jnwkVbVWhIdARnqWR77aL1AhrfR+DWOZ79L78vmNmkzJ4NsP\/3Rm7U5fyqkq03pSYeCIwGFzL3+\/C\/kdeAxM1FpDp9ufm\/uT3zYXwIDAQAB",
"oauth2": {
"client_id": "856587473742-4utfpktegcd9fnu2k387pjf1mjohmaq4.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"permissions": [
"identity",
"identity.email",
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.spreadshirt.com\/*"
],
"resources": [
"*"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/*.spreadshirt.com\/*"
],
"resources": [
"assets\/content.jsx.594e9a5d.js"
],
"use_dynamic_url": true
}
]
}