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": "Grow TPT - Ultimate Teachers Pay Teachers Analytics & SEO Tool",
"short_name": "Grow TPT",
"version": "1.7.7",
"description": "\ud83d\ude80 #1 TPT Analytics Tool! Boost Teachers Pay Teachers sales 10x with real-time analytics, SEO optimization & insights.",
"author": "Grow TPT Development Team",
"homepage_url": "https:\/\/growtpt.com",
"options_page": "pages\/dashboard.html",
"icons": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"action": {
"default_popup": "pages\/popup.html",
"default_icon": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/www.teacherspayteachers.com\/*"
],
"js": [
"scripts\/content.js"
],
"css": [
"styles\/content.css"
]
},
{
"matches": [
"https:\/\/www.teacherspayteachers.com\/Dashboard*"
],
"js": [
"scripts\/content-script-dash.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"permissions": [
"storage",
"unlimitedStorage",
"alarms",
"clipboardWrite"
],
"host_permissions": [
"https:\/\/www.teacherspayteachers.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.teacherspayteachers.com\/*"
],
"resources": [
"scripts\/enhanced.js",
"scripts\/dashboard.js",
"scripts\/dashboard-init.js",
"scripts\/dashboard-customization.js",
"assets\/ManageLicense-i_55lG0g.js",
"pages\/dashboard.html",
"styles\/dashboard.css",
"icons\/icon.png",
"assets\/apexcharts.min.js",
"icons\/chart.svg",
"icons\/database.svg",
"icons\/star.svg",
"sound\/money-pickup.mp3",
"assets\/GROW TPT.png"
]
}
]
}