Inspect and view changes in ryo.to 短縮URL作成 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "ryoto URL短縮",
"version": "1.0.0",
"short_name": "ryoto URL短縮",
"description": "ryoto URL短縮ビルダーは、BitlyやHootsuite、Googleなど、短縮URLを作成、解析するwebツールです。",
"icons": {
"16": "assets/favicon-16.png",
"32": "assets/favicon-32.png",
"48": "assets/favicon-48.png",
"128": "assets/favicon-128.png"
},
"homepage_url": "https://ryo.to",
"browser_specific_settings": {
"gecko": {
"id": "contact@ryo.to",
"strict_min_version": "52.0"
}
},
"author": "https://ryo.to",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets/favicon-16.png",
"32": "assets/favicon-32.png",
"48": "assets/favicon-48.png",
"128": "assets/favicon-128.png"
},
"default_title": "このURLを短縮",
"browser_style": false
},
"background": {
"scripts": [
"js/background.js"
]
},
"permissions": [
"activeTab",
"storage",
"clipboardWrite",
"clipboardRead",
"http://*/*",
"https://*/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_ui": {
"page": "options.html",
"open_in_tab": true,
"browser_style": false
}
}