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",
"name": "Keyword & Tags Research Tools for Adobe Stock",
"description": "Keyword & tagging & titles SEO tool for Adobe Stock creator, make more sales with it. Insights for better positioning of designs.",
"version": "1.0.0",
"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"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "src\/background.js"
},
"host_permissions": [
"https:\/\/www.passiveincomegear.com\/*"
],
"content_scripts": [
{
"js": [
"src\/pages\/content\/content.js"
],
"matches": [
"https:\/\/stock.adobe.com\/*"
],
"css": [
"style.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"src\/pages\/resources\/request-interceptor.js"
],
"matches": [
"https:\/\/stock.adobe.com\/*"
]
}
]
}