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": "MyEssayWriter: AI Writing Assistant, Paraphraser, and Content Detector",
"short_name": "MyEssayWriter.ai",
"version": "1.0.2",
"description": "Generate essays, detect AI content, and paraphrase smarter with this all-in-one writing assistant!",
"icons": {
"16": "\/icons\/icon16.png",
"48": "\/icons\/icon48.png",
"128": "\/icons\/icon128.png"
},
"background": {
"service_worker": "service-worker.js"
},
"side_panel": {
"default_path": "index.html"
},
"permissions": [
"sidePanel",
"storage",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"tabs"
],
"host_permissions": [
"https:\/\/backend.skyscrapersnow.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"index.html",
"rules.json"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"inject.js"
]
}
]
}