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": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"version": "1.0.1",
"description": "__MSG_extDescription__",
"default_locale": "en",
"author": "FollowPilot Team",
"homepage_url": "https:\/\/followpilot.app",
"action": {
"default_popup": "popup.html",
"default_title": "FollowPilot - Grow Smarter",
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"css": [
"panel.css"
],
"js": [
"genderNames.js",
"panelUI.js",
"contentScript.js"
],
"matches": [
"https:\/\/*.x.com\/*",
"https:\/\/*.twitter.com\/*"
],
"run_at": "document_end"
}
],
"permissions": [
"storage",
"activeTab",
"scripting",
"tabs"
],
"host_permissions": [
"https:\/\/*.x.com\/*",
"https:\/\/*.twitter.com\/*"
],
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"icons\/48.png",
"icons\/128.png"
],
"matches": [
"https:\/\/*.x.com\/*",
"https:\/\/*.twitter.com\/*"
]
}
],
"offline_enabled": true,
"externally_connectable": {
"matches": [
"https:\/\/x.myunfollowapp.com\/*",
"https:\/\/*.myunfollowapp.com\/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}