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_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.6.0",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"default_locale": "en",
"permissions": [
"storage",
"tabs",
"activeTab",
"cookies",
"downloads",
"contextMenus"
],
"host_permissions": [
"https:\/\/ainanobanana.co\/*"
],
"web_accessible_resources": [
{
"resources": [
"bridge-availability.js"
],
"matches": [
"https:\/\/ainanobanana.co\/*"
]
}
],
"action": {
"default_title": "__MSG_browserActionTitle__",
"default_icon": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
}
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArMejCdJFCgmkb8gcROz66PhKvqn3KjJki4OB0gaYsXDJZ8J66Irax5MWPKcOAtVfNgeIeWZhS0y2\/b3Db1vB8acv7FH\/iLkrmAaUrFvH1ZIbSUoOAWEcP3\/Ye0rdAGAQc6XhIDyCBv438uR58SitcLVxD1cZMEBQ0MZ0z7+WDGXe2f0kuuOLdVfBlGbKhhD06mVzjYh19zXNC2A9Rbe0s\/K5vQQvMU7ZtgLh2GoaLqiZrmA4oDK9hTjGybha8ALzRrEBJ2sxa8dsI\/ymozxAxtHr8h9a16dQ1mCw5GkQBR7+gI7UH0RizLP21rGDi5SdvB2383Dw+Cl3l9RJfcB5KwIDAQAB",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts\/content.js"
]
},
{
"matches": [
"https:\/\/ainanobanana.co\/extension\/*"
],
"run_at": "document_start",
"js": [
"content-scripts\/extension-bridge.js"
]
}
]
}