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": "__MSG_name__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "0.0.1",
"manifest_version": 3,
"host_permissions": [
"https:\/\/*\/*"
],
"action": {
"default_icon": "img\/48pipDrama.png"
},
"content_scripts": [
{
"js": [
"contentAll.js"
],
"matches": [
"https:\/\/*\/*"
],
"match_origin_as_fallback": true,
"all_frames": true
},
{
"js": [
"specificContentMyDrama.js"
],
"matches": [
"*:\/\/*.web.my-drama.com\/*"
]
}
],
"icons": {
"48": "img\/48pipDrama.png",
"128": "img\/128pipDrama.png"
},
"background": {
"service_worker": "background.js"
}
}