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",
"version": "1.0.0",
"permissions": [
"storage"
],
"name": "Tags Research Tools for TeePublic",
"description": "Keyword SEO tool for TeePublic creator, make more sales with it. Insights for better positioning of designs.",
"manifest_version": 3,
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"action": {
"default_popup": "src\/popup.html"
},
"content_scripts": [
{
"js": [
"src\/pages\/content\/index.js"
],
"matches": [
"https:\/\/www.teepublic.com\/*",
"https:\/\/www.passiveincomegear.com\/*"
]
}
]
}